Skip to content

Commit

Permalink
Merge pull request #6331 from elharo/patch-2
Browse files Browse the repository at this point in the history
Update guava
  • Loading branch information
Hao Nguyen committed Jul 10, 2019
2 parents a387c10 + 17eca42 commit fc9fd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>26.0-android</version>
<version>28.0-android</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>26.0-jre</version>
<version>28.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fc9fd4d

Please sign in to comment.