Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Upgrade guava library to last release 28.0-jre. (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkirov committed Jul 22, 2019
1 parent bc96a21 commit 0bcd272
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 @@ -74,7 +74,7 @@ dependencies {

compile 'com.google.code.gson:gson:2.7'
compile 'com.google.code.findbugs:jsr305:3.0.1'
compile 'com.google.guava:guava:20.0'
compile 'com.google.guava:guava:28.0-jre'
compile 'org.apache.commons:commons-text:1.4'

// ErrorProne itself, plus its javac integration.
Expand Down

0 comments on commit 0bcd272

Please sign in to comment.