Skip to content

Commit

Permalink
bump guava version (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed May 20, 2021
1 parent a7a398b commit fff2755
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 @@ -189,7 +189,7 @@ subprojects {
implementation 'com.fasterxml.jackson.core:jackson-annotations'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'

implementation group: 'com.google.guava', name: 'guava', version: '29.0-jre'
implementation group: 'com.google.guava', name: 'guava', version: '30.1.1-jre'

implementation group: 'commons-io', name: 'commons-io', version: '2.7'

Expand Down

0 comments on commit fff2755

Please sign in to comment.