diff --git a/build.gradle b/build.gradle index e51dd0d6..272cc53e 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0' // Swagger implementation 'commons-io:commons-io:2.16.1' // Apache Commons IO implementation 'org.apache.commons:commons-lang3:3.17.0' // Apache Commons Lang - implementation 'com.google.guava:guava:33.3.0-jre' // Google Core Libraries For Java + implementation 'com.google.guava:guava:33.3.1-jre' // Google Core Libraries For Java // Test testImplementation 'org.springframework.boot:spring-boot-starter-test' // Spring Boot Test