From 8ea8c7b7ba858227fcd23ac8cd2d873c389616c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 02:50:03 +0000 Subject: [PATCH] Bump com.github.plan-player-analytics:Plan from 5.5.2208 to 5.5.2254 (#104) Bumps [com.github.plan-player-analytics:Plan](https://github.com/plan-player-analytics/Plan) from 5.5.2208 to 5.5.2254. - [Release notes](https://github.com/plan-player-analytics/Plan/releases) - [Commits](https://github.com/plan-player-analytics/Plan/compare/5.5.2208...5.5.2254) --- updated-dependencies: - dependency-name: com.github.plan-player-analytics:Plan dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William --- common/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.gradle b/common/build.gradle index cb57e9ad..7f9e91a7 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.5.2208' + compileOnly 'com.github.plan-player-analytics:Plan:5.5.2254' 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.5.2208' + testImplementation 'com.github.plan-player-analytics:Plan:5.5.2254' testImplementation 'redis.clients:jedis:' + jedis_version testImplementation 'org.xerial.snappy:snappy-java:' + snappy_version testImplementation 'org.apache.commons:commons-text:' + commons_text_version