diff --git a/build.gradle b/build.gradle index 2785c8cf..75d2c845 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ dependencies { runtimeOnly "org.apache.httpcomponents:httpclient:4.5.14" // Additional libraries for tests - testImplementation "com.google.guava:guava:33.3.1-jre" + testImplementation "com.google.guava:guava:33.4.0-jre" testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:3.0.3" testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "org.springframework:spring-test"