Skip to content

Commit

Permalink
Merge pull request protocolbuffers#6744 from elharo/patch-5
Browse files Browse the repository at this point in the history
Java: Update to Guava 28.1-android
  • Loading branch information
rafi-kamal authored Oct 15, 2019
2 parents e249134 + e7db3d3 commit 3a505c2
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>28.0-android</version>
<version>28.1-android</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>28.0-jre</version>
<version>28.1-android</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3a505c2

Please sign in to comment.