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.
1 parent 4421a15 commit 2f3307dCopy full SHA for 2f3307d
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.1.0-jre'
+ implementation 'com.google.guava:guava:33.2.0-jre'
32
}
33
34
application {
@@ -51,7 +51,7 @@ checkstyle {
51
52
configurations.checkstyle {
53
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
54
- select("com.google.guava:guava:33.1.0-jre")
+ select("com.google.guava:guava:33.2.0-jre")
55
56
57
0 commit comments