We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75d58a2 + c021e50 commit 8acfd4cCopy full SHA for 8acfd4c
algorithm-exercises-java/build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
29
30
// This dependency is used by the application.
31
- implementation 'com.google.guava:guava:33.4.0-jre'
+ implementation 'com.google.guava:guava:33.4.5-jre'
32
33
//
34
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.3'
@@ -57,7 +57,7 @@ checkstyle {
57
58
configurations.checkstyle {
59
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
60
- select("com.google.guava:guava:33.4.0-jre")
+ select("com.google.guava:guava:33.4.5-jre")
61
}
62
63
0 commit comments