Skip to content

Commit

Permalink
Bump guava version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Jul 27, 2023
1 parent 7eb15a2 commit 722bdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repositories {

dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.15.0'
implementation group: 'com.google.guava', name: 'guava', version:'31.1-jre'
implementation group: 'com.google.guava', name: 'guava', version:'32.1.1-jre'
testImplementation group: 'junit', name: 'junit', version:'4.13.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version:'1.10.19'
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version:'1.3'
Expand Down

0 comments on commit 722bdab

Please sign in to comment.