Skip to content

Commit

Permalink
chore: upgrade guava from 29.0 to 30.1.1
Browse files Browse the repository at this point in the history
... in order to fix CVE-2020-8908.
See also: GHSA-5mg8-w23w-74h3
  • Loading branch information
marccarre committed Apr 11, 2021
1 parent 9d2da47 commit ac80b0d
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 @@ -24,7 +24,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<version>30.1.1-jre</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
Expand Down

0 comments on commit ac80b0d

Please sign in to comment.