Skip to content

Commit

Permalink
Merge pull request #3276 from Coduz/chng-bumpGuavaVersionTo30.1-jre
Browse files Browse the repository at this point in the history
Bumped version of guava from 27.1-jre to 30.1-jre - CVE-2020-8908 - CWE-200
  • Loading branch information
Coduz authored Mar 17, 2021
2 parents 3eefc99 + 3a01627 commit 78fe7c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<findbugs.version>2.0.1</findbugs.version>
<googleauth.version>1.5.0</googleauth.version>
<gson.version>2.7</gson.version>
<guava.version>27.1-jre</guava.version>
<guava.version>30.1-jre</guava.version>
<guava-failureaccess.version>1.0.1</guava-failureaccess.version>
<guava-listenablefuture.version>9999.0-empty-to-avoid-conflict-with-guava</guava-listenablefuture.version>
<guice.version>4.1.0</guice.version>
Expand Down Expand Up @@ -1221,10 +1221,6 @@
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 78fe7c8

Please sign in to comment.