diff --git a/common/build.gradle b/common/build.gradle index 83f3e26e..eb7616fe 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -12,12 +12,12 @@ dependencies { } compileOnly 'org.jetbrains:annotations:24.0.0' - compileOnly 'com.github.plan-player-analytics:Plan:5.4.1690' + compileOnly 'com.github.plan-player-analytics:Plan:5.5.2208' compileOnly 'redis.clients:jedis:' + jedis_version compileOnly 'org.xerial.snappy:snappy-java:' + snappy_version compileOnly 'org.apache.commons:commons-text:' + commons_text_version - testImplementation 'com.github.plan-player-analytics:Plan:5.4.1690' + testImplementation 'com.github.plan-player-analytics:Plan:5.5.2208' testImplementation 'redis.clients:jedis:' + jedis_version testImplementation 'org.xerial.snappy:snappy-java:' + snappy_version testImplementation 'org.apache.commons:commons-text:' + commons_text_version