Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
deps: update guava 30.1.1-jre (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Jul 29, 2021
1 parent 1353d7b commit cac0c63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -162,7 +162,7 @@
<protobuf.version>3.17.3</protobuf.version>
<opencensus.version>0.28.0</opencensus.version>
<annotations-api.version>1.3.2</annotations-api.version>
<guava.version>30.1.1-android</guava.version><!-- We are currently using the *-android version to support JDK7. -->
<guava.version>30.1.1-jre</guava.version>
<junit.version>4.13.2</junit.version>
<truth.version>1.1.3</truth.version>
<easymock.version>3.6</easymock.version>
Expand Down Expand Up @@ -289,6 +289,12 @@
<artifactId>truth</artifactId>
<version>${truth.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit cac0c63

Please sign in to comment.