diff --git a/bukkit/build.gradle b/bukkit/build.gradle index c72cfe6d..f0739b8b 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation 'com.github.seeseemelk:MockBukkit-v1.16:1.5.2' testImplementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' testImplementation 'net.kyori:adventure-platform-bukkit:4.3.1' - testImplementation 'org.apache.commons:commons-text:1.10.0' + testImplementation 'org.apache.commons:commons-text:1.11.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 684825ab..244e6520 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { api 'commons-io:commons-io:2.15.0' - api 'org.apache.commons:commons-text:1.10.0' + api 'org.apache.commons:commons-text:1.11.0' api 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' api 'com.google.code.gson:gson:2.10.1' api 'net.william278:annotaml:2.0.5'