From e97551e67ef7d4d5f89751fb3e834e50cbb5c23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:37:26 +0100 Subject: [PATCH] deps: bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (#312) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.0-jre to 33.2.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava 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> --- common/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.gradle b/common/build.gradle index 2f70ec96..5088a8c3 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -20,7 +20,7 @@ dependencies { compileOnly 'org.jetbrains:annotations:24.1.0' compileOnly 'net.kyori:adventure-api:4.17.0' compileOnly 'net.kyori:adventure-platform-api:4.3.2' - compileOnly 'com.google.guava:guava:33.2.0-jre' + compileOnly 'com.google.guava:guava:33.2.1-jre' compileOnly 'com.github.plan-player-analytics:Plan:5.5.2272' compileOnly "redis.clients:jedis:$jedis_version" compileOnly "com.mysql:mysql-connector-j:$mysql_driver_version" @@ -31,7 +31,7 @@ dependencies { testImplementation "redis.clients:jedis:$jedis_version" testImplementation "org.xerial.snappy:snappy-java:$snappy_version" - testImplementation 'com.google.guava:guava:33.2.0-jre' + testImplementation 'com.google.guava:guava:33.2.1-jre' testImplementation 'com.github.plan-player-analytics:Plan:5.5.2272' testCompileOnly 'de.exlll:configlib-yaml:4.5.0' testCompileOnly 'org.jetbrains:annotations:24.1.0'