From fab0b80eb69a3c0ec4c22ef421558ca2530b9af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 05:34:45 +0000 Subject: [PATCH] Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.5-jre to 33.4.6-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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c6cd49..add8357 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:3.5.2' runtimeOnly 'org.postgresql:postgresql' implementation 'org.passay:passay:1.6.6' - implementation 'com.google.guava:guava:33.4.5-jre' + implementation 'com.google.guava:guava:33.4.6-jre' compileOnly 'org.springframework.boot:spring-boot-starter-actuator' compileOnly 'jakarta.validation:jakarta.validation-api:3.1.1'