Skip to content

Commit

Permalink
Merge pull request #6811 from elharo/guava
Browse files Browse the repository at this point in the history
Update GSON and errorprone
  • Loading branch information
rafi-kamal committed Oct 29, 2019
2 parents 7ce4202 + 906b574 commit 3fa17ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/util/pom.xml
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.3.2</version>
<version>2.3.3</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<version>2.8.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 3fa17ca

Please sign in to comment.