diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index 9e3b235..af0844e 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.5-jre' + implementation 'com.google.guava:guava:33.4.6-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.5-jre") + select("com.google.guava:guava:33.4.6-jre") } }