diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index 65b0142..fc59dac 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.0-jre' + implementation 'com.google.guava:guava:33.4.5-jre' // implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.3' @@ -57,7 +57,7 @@ checkstyle { configurations.checkstyle { resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") { - select("com.google.guava:guava:33.4.0-jre") + select("com.google.guava:guava:33.4.5-jre") } }