Skip to content

Commit 2714b1d

Browse files
authored
Merge pull request #173 from sir-gon/renovate/guava-monorepo
Update dependency com.google.guava:guava to v33.2.1-jre
2 parents b26d4f8 + 91b9e1b commit 2714b1d

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.2.0-jre'
31+
implementation 'com.google.guava:guava:33.2.1-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.2.0-jre")
54+
select("com.google.guava:guava:33.2.1-jre")
5555
}
5656
}
5757

0 commit comments

Comments
 (0)