diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index 9e64a8f4..94207c7c 100644 --- a/algorithm-exercises-java/build.gradle +++ b/algorithm-exercises-java/build.gradle @@ -28,7 +28,7 @@ dependencies { testRuntimeOnly("org.junit.platform:junit-platform-launcher") // This dependency is used by the application. - implementation 'com.google.guava:guava:33.4.8-jre' + implementation 'com.google.guava:guava:33.5.0-jre' // implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.20.0' @@ -57,7 +57,7 @@ checkstyle { configurations.checkstyle { resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") { - select("com.google.guava:guava:33.4.8-jre") + select("com.google.guava:guava:33.5.0-jre") } }