diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 35abe6ec..b9deaa10 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -15,7 +15,7 @@ dependencies { compileOnly 'com.github.retrooper.packetevents:spigot:2.3.0' compileOnly 'com.comphenix.protocol:ProtocolLib:5.1.0' compileOnly 'org.projectlombok:lombok:1.18.34' - compileOnly 'commons-io:commons-io:2.16.1' + compileOnly 'commons-io:commons-io:2.17.0' compileOnly 'org.json:json:20240303' compileOnly 'net.william278:minedown:1.8.2' compileOnly 'de.exlll:configlib-yaml:4.5.0' diff --git a/common/build.gradle b/common/build.gradle index bc77140c..024cc019 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -3,7 +3,7 @@ plugins { } dependencies { - api 'commons-io:commons-io:2.16.1' + api 'commons-io:commons-io:2.17.0' api 'org.apache.commons:commons-text:1.12.0' api 'net.william278:minedown:1.8.2' api 'org.json:json:20240303'