diff --git a/common/build.gradle b/common/build.gradle index 77aa8fec..ca9f57cb 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -19,6 +19,9 @@ dependencies { testImplementation 'org.xerial.snappy:snappy-java:1.1.8.4' testImplementation 'com.github.plan-player-analytics:Plan:5.4.1690' + testImplementation 'redis.clients:jedis:' + jedis_version + testImplementation 'org.xerial.snappy:snappy-java:' + snappy_version + testImplementation 'org.apache.commons:commons-text:' + commons_text_version testCompileOnly 'dev.dejvokep:boosted-yaml:1.3' testCompileOnly 'org.jetbrains:annotations:23.0.0' } diff --git a/gradle.properties b/gradle.properties index d11f06cc..3f11df2a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ javaVersion=16 plugin_version=2.2.1 plugin_archive=husksync -jedis_version=4.2.3 -mysql_driver_version=8.0.30 +jedis_version=4.3.1 +mysql_driver_version=8.0.31 snappy_version=1.1.8.4 -commons_text_version=1.9 \ No newline at end of file +commons_text_version=1.10.0 \ No newline at end of file