Skip to content

Commit

Permalink
Upgrade guava to 32.0.1
Browse files Browse the repository at this point in the history
Upgrade guava to 32.0.1 to remove presence of CVE-2023-2976.

Fixes google#4001.
  • Loading branch information
k-mack committed Jul 7, 2023
1 parent 05fe7a6 commit 9059954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<guava.version>31.1-jre</guava.version>
<guava.version>32.0.1-jre</guava.version>
<gwt.version>2.10.0</gwt.version>
<truth.version>1.1.3</truth.version>
<autoservice.version>1.0.1</autoservice.version>
Expand Down

0 comments on commit 9059954

Please sign in to comment.