Bump com.github.plan-player-analytics:Plan from 5.4.1690 to 5.5.2208 (#99)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William <will27528@gmail.com>
feat/data-edit-commands
dependabot[bot] 2 years ago committed by GitHub
parent 222a9871e0
commit 24a9974ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,12 +12,12 @@ dependencies {
} }
compileOnly 'org.jetbrains:annotations:24.0.0' 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 'redis.clients:jedis:' + jedis_version
compileOnly 'org.xerial.snappy:snappy-java:' + snappy_version compileOnly 'org.xerial.snappy:snappy-java:' + snappy_version
compileOnly 'org.apache.commons:commons-text:' + commons_text_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 'redis.clients:jedis:' + jedis_version
testImplementation 'org.xerial.snappy:snappy-java:' + snappy_version testImplementation 'org.xerial.snappy:snappy-java:' + snappy_version
testImplementation 'org.apache.commons:commons-text:' + commons_text_version testImplementation 'org.apache.commons:commons-text:' + commons_text_version

Loading…
Cancel
Save