diff --git a/build.gradle b/build.gradle index 2f53f3d..abf1830 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { // Other dependencies (moved to test scope for library) implementation 'org.passay:passay:1.6.6' - implementation 'com.google.guava:guava:33.4.8-jre' + implementation 'com.google.guava:guava:33.5.0-jre' compileOnly 'jakarta.validation:jakarta.validation-api:3.1.1' compileOnly 'org.springframework.retry:spring-retry'