diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 24fdad38..53e065a4 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'de.tr7zw:item-nbt-api:2.12.1' compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT' - compileOnly 'commons-io:commons-io:2.15.0' + compileOnly 'commons-io:commons-io:2.15.1' compileOnly 'org.json:json:20231013' compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' compileOnly 'dev.dejvokep:boosted-yaml:1.3.1' diff --git a/common/build.gradle b/common/build.gradle index db50702e..6734ba7b 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -3,7 +3,7 @@ plugins { } dependencies { - api 'commons-io:commons-io:2.15.0' + api 'commons-io:commons-io:2.15.1' api 'org.apache.commons:commons-text:1.11.0' api 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' api 'net.kyori:adventure-api:4.14.0'