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

Commit cac0c63

Browse files
authored
deps: update guava 30.1.1-jre (#503)
1 parent 1353d7b commit cac0c63

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<protobuf.version>3.17.3</protobuf.version>
163163
<opencensus.version>0.28.0</opencensus.version>
164164
<annotations-api.version>1.3.2</annotations-api.version>
165-
<guava.version>30.1.1-android</guava.version><!-- We are currently using the *-android version to support JDK7. -->
165+
<guava.version>30.1.1-jre</guava.version>
166166
<junit.version>4.13.2</junit.version>
167167
<truth.version>1.1.3</truth.version>
168168
<easymock.version>3.6</easymock.version>
@@ -289,6 +289,12 @@
289289
<artifactId>truth</artifactId>
290290
<version>${truth.version}</version>
291291
<scope>test</scope>
292+
<exclusions>
293+
<exclusion>
294+
<groupId>org.checkerframework</groupId>
295+
<artifactId>checker-qual</artifactId>
296+
</exclusion>
297+
</exclusions>
292298
</dependency>
293299
<dependency>
294300
<groupId>junit</groupId>

0 commit comments

Comments
 (0)