Skip to content

Commit

Permalink
build(deps): bump commons-io:commons-io from 2.16.0 to 2.16.1 (#452)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent cc564f9 commit 37c3ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'com.google.guava:guava:33.1.0-jre'
compileOnly 'net.william278:minedown:1.8.2'
compileOnly 'commons-io:commons-io:2.16.0'
compileOnly 'commons-io:commons-io:2.16.1'
compileOnly 'net.william278:huskhomes:4.4.5'
compileOnly 'net.william278:DesertWell:2.0.4'
compileOnly 'com.github.MilkBowl:VaultAPI:1.7.1'
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
api 'commons-io:commons-io:2.16.0'
api 'commons-io:commons-io:2.16.1'
api 'org.apache.commons:commons-text:1.11.0'
api 'net.william278:minedown:1.8.2'
api 'net.william278:paginedown:1.1.2'
Expand Down

0 comments on commit 37c3ea4

Please sign in to comment.