diff --git a/bukkit/build.gradle b/bukkit/build.gradle index d83e0a90..4b1053e6 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -20,7 +20,7 @@ dependencies { testImplementation 'com.github.seeseemelk:MockBukkit-v1.17:1.13.0' testImplementation 'net.william278:minedown:1.8.2' testImplementation 'net.kyori:adventure-platform-bukkit:4.3.4' - testImplementation 'org.apache.commons:commons-text:1.12.0' + testImplementation 'org.apache.commons:commons-text:1.13.0' testImplementation "redis.clients:jedis:${jedis_version}" testImplementation "org.xerial:sqlite-jdbc:${sqlite_driver_version}" testImplementation "com.mysql:mysql-connector-j:${mysql_driver_version}" diff --git a/common/build.gradle b/common/build.gradle index d8b5bfa0..ea37d5a4 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -7,7 +7,7 @@ dependencies { api 'net.william278:paginedown:1.1.2' api 'net.william278:DesertWell:2.0.4' api 'commons-io:commons-io:2.18.0' - api 'org.apache.commons:commons-text:1.12.0' + api 'org.apache.commons:commons-text:1.13.0' api 'com.google.code.gson:gson:2.11.0' api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2' api 'com.github.Exlll.ConfigLib:configlib-yaml:v4.5.0'