Skip to content

Commit 8543d6e

Browse files
build(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0 (#535)
Bumps commons-io:commons-io from 2.17.0 to 2.18.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c3155b commit 8543d6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bukkit/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
compileOnly 'org.jetbrains:annotations:26.0.1'
1515
compileOnly 'com.google.guava:guava:33.3.1-jre'
1616
compileOnly 'net.william278:minedown:1.8.2'
17-
compileOnly 'commons-io:commons-io:2.17.0'
17+
compileOnly 'commons-io:commons-io:2.18.0'
1818
compileOnly 'net.william278:huskhomes:4.4.5'
1919
compileOnly 'net.william278:DesertWell:2.0.4'
2020
compileOnly 'com.github.MilkBowl:VaultAPI:1.7.1'

common/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
api 'commons-io:commons-io:2.17.0'
6+
api 'commons-io:commons-io:2.18.0'
77
api 'org.apache.commons:commons-text:1.12.0'
88
api 'net.william278:minedown:1.8.2'
99
api 'net.william278:paginedown:1.1.2'

0 commit comments

Comments
 (0)