Skip to content

Commit ea9649c

Browse files
Update dependency com.google.guava:guava to v32.1.3-jre
1 parent a6205b9 commit ea9649c

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
@@ -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:32.1.2-jre'
31+
implementation 'com.google.guava:guava:32.1.3-jre'
3232
}
3333

3434
application {

0 commit comments

Comments
 (0)