Skip to content

Commit

Permalink
deps: update to Guava 30.1 (#8209)
Browse files Browse the repository at this point in the history
This release includes a minor security fix.
  • Loading branch information
elharo committed Feb 12, 2021
1 parent 01dcb94 commit e1b26fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Expand Up @@ -93,12 +93,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.0-android</version>
<version>30.1-android</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>30.0-android</version>
<version>30.1-android</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e1b26fe

Please sign in to comment.