diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index e397d2d..bf7fc8b 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.3.0-jre' + implementation 'com.google.guava:guava:33.3.1-jre' // implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.17.2' @@ -57,7 +57,7 @@ checkstyle { configurations.checkstyle { resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") { - select("com.google.guava:guava:33.3.0-jre") + select("com.google.guava:guava:33.3.1-jre") } }