Skip to content

Commit

Permalink
Update guava and truth deps.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 338313533
  • Loading branch information
cgdecker authored and Jimfs Team committed Oct 21, 2020
1 parent c4ed3d0 commit 0809510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<auto-service.version>1.0-rc7</auto-service.version>
<java.version>1.7</java.version>
<guava.version>29.0-android</guava.version>
<guava.version>30.0-android</guava.version>
<!--
NOTE: When updating errorprone.version, also update javac.version to the
version used by the new error-prone version. You should be able to find
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.0.1</version>
<version>1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0809510

Please sign in to comment.