Skip to content

Commit 657a564

Browse files
Update dependency com.google.guava:guava to v32
1 parent 5269e2a commit 657a564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ checkstyle {
5151

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

0 commit comments

Comments
 (0)