diff --git a/common/build.gradle b/common/build.gradle index 749307b0..878dfcfc 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -27,7 +27,7 @@ dependencies { compileOnly 'net.kyori:adventure-platform-api:4.4.0' compileOnly "net.kyori:adventure-text-serializer-plain:4.21.0" compileOnly 'com.google.guava:guava:33.4.8-jre' - compileOnly 'com.github.plan-player-analytics:Plan:5.5.2272' + compileOnly 'com.github.plan-player-analytics:Plan:5.6.2965' compileOnly "redis.clients:jedis:$jedis_version" compileOnly "com.mysql:mysql-connector-j:$mysql_driver_version" compileOnly "org.mariadb.jdbc:mariadb-java-client:$mariadb_driver_version" @@ -38,7 +38,7 @@ dependencies { testImplementation "redis.clients:jedis:$jedis_version" testImplementation "org.xerial.snappy:snappy-java:$snappy_version" testImplementation 'com.google.guava:guava:33.4.8-jre' - testImplementation 'com.github.plan-player-analytics:Plan:5.5.2272' + testImplementation 'com.github.plan-player-analytics:Plan:5.6.2965' testCompileOnly 'de.exlll:configlib-yaml:4.6.1' testCompileOnly 'org.jetbrains:annotations:26.0.2'