From f40722b2e69c147fccaec73cd0a37963a8bccb3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 21:01:26 +0000 Subject: [PATCH] build(deps): bump com.google.guava:guava in /api Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-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 ... Signed-off-by: dependabot[bot] --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index a85e06d8..55f27971 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation("ch.qos.logback:logback-classic:$logback_version") // Logging implementation("org.litote.kmongo:kmongo-serialization:4.8.0") // MongoDB implementation("xyz.downgoon:snowflake:1.0.0") // ID generation - implementation("com.google.guava:guava:31.1-jre") // Guava + implementation("com.google.guava:guava:32.0.0-jre") // Guava // Testing testImplementation("io.ktor:ktor-server-tests-jvm:$ktor_version")