File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ configurations.named("checkstyle") {
1717 resolutionStrategy {
1818 capabilitiesResolution {
1919 withCapability(" com.google.collections:google-collections" ) {
20- select(" com.google.guava:guava:33.4 .0-jre" )
20+ select(" com.google.guava:guava:33.5 .0-jre" )
2121 }
2222 }
2323 }
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
5555 testImplementation(platform(" org.junit:junit-bom:5.13.4" ))
5656 testImplementation(" org.junit.jupiter:junit-jupiter" )
5757 testImplementation(" com.github.ben-manes.caffeine:caffeine:3.2.0" )
58- testImplementation(" com.google.guava:guava:33.4.8 -jre" )
58+ testImplementation(" com.google.guava:guava:33.5.0 -jre" )
5959
6060 jmh(" org.openjdk.jmh:jmh-core:1.37" )
6161 jmh(" org.openjdk.jmh:jmh-generator-annprocess:1.37" )
You can’t perform that action at this time.
0 commit comments