From 0c4ab10a94343369566e6d937b96542bce66f105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 21:00:37 +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.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 ... 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..7b5290f4 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.1-jre") // Guava // Testing testImplementation("io.ktor:ktor-server-tests-jvm:$ktor_version")