From 61eb67e2de16e8c3747be83eeb84a16aa47c9be1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 20:30:55 +0000 Subject: [PATCH] fix(deps): update dependency com.google.guava:guava to v33 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f1f0ed0..4fe5c2a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("org.springframework.boot:spring-boot-starter-web:2.7.12") implementation("com.google.code.gson:gson:2.10.1") - implementation("com.google.guava:guava:32.0.1-jre") + implementation("com.google.guava:guava:33.2.1-jre") implementation("com.azure:azure-digitaltwins-core:1.3.9") implementation("com.azure:azure-identity:1.5.3") implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")