diff --git a/bukkit/build.gradle b/bukkit/build.gradle index e2eee0a4..96371313 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -24,7 +24,7 @@ dependencies { compileOnly 'com.github.retrooper:packetevents-spigot:2.9.4' compileOnly 'com.github.dmulloy2:ProtocolLib:5.3.0' compileOnly 'org.projectlombok:lombok:1.18.38' - compileOnly 'commons-io:commons-io:2.20.0' + compileOnly 'commons-io:commons-io:2.21.0' compileOnly 'org.json:json:20250517' compileOnly 'net.william278:minedown:1.8.2' compileOnly 'de.exlll:configlib-yaml:4.6.3' diff --git a/common/build.gradle b/common/build.gradle index 8bb4c227..b4683bd0 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -3,7 +3,7 @@ plugins { } dependencies { - api 'commons-io:commons-io:2.20.0' + api 'commons-io:commons-io:2.21.0' api 'org.apache.commons:commons-text:1.14.0' api 'net.william278:minedown:1.8.2' api 'net.william278:mapdataapi:2.0'