Skip to content

Commit 8acfd4c

Browse files
authored
Merge pull request #287 from sir-gon/renovate/guava-monorepo
Update dependency com.google.guava:guava to v33.4.5-jre
2 parents 75d58a2 + c021e50 commit 8acfd4c

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.4.0-jre'
31+
implementation 'com.google.guava:guava:33.4.5-jre'
3232

3333
//
3434
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.3'
@@ -57,7 +57,7 @@ checkstyle {
5757

5858
configurations.checkstyle {
5959
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
60-
select("com.google.guava:guava:33.4.0-jre")
60+
select("com.google.guava:guava:33.4.5-jre")
6161
}
6262
}
6363

0 commit comments

Comments
 (0)