Skip to content

Commit 957d324

Browse files
authored
Merge pull request #151 from sir-gon/renovate/guava-monorepo
Update dependency com.google.guava:guava to v33.2.0-jre
2 parents 4421a15 + 2f3307d commit 957d324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2929

3030
// This dependency is used by the application.
31-
implementation 'com.google.guava:guava:33.1.0-jre'
31+
implementation 'com.google.guava:guava:33.2.0-jre'
3232
}
3333

3434
application {
@@ -51,7 +51,7 @@ checkstyle {
5151

5252
configurations.checkstyle {
5353
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
54-
select("com.google.guava:guava:33.1.0-jre")
54+
select("com.google.guava:guava:33.2.0-jre")
5555
}
5656
}
5757

0 commit comments

Comments
 (0)