Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.16.0 to 2.16.1
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.16.0 to 2.16.1.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ahus1 committed Apr 9, 2024
1 parent e11fab4 commit 9696bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ dependencies {
*/
implementation 'org.snakeyaml:snakeyaml-engine:2.7'
implementation 'org.asciidoctor:asciidoctorj:2.5.12' // WARNING: when upgrading asciidoctorj, see comment above about snakeyaml!
implementation 'commons-io:commons-io:2.16.0'
implementation 'commons-io:commons-io:2.16.1'
implementation('io.github.markdown-asciidoc:markdown-to-asciidoc:2.0.0') {
// Exclude the Kotlin dependency, as this plugin uses only the Java version of the converter.
// This saves ~1.6 MB from the final plugin's bundle.
Expand Down

0 comments on commit 9696bf1

Please sign in to comment.