Skip to content

Commit

Permalink
Merge pull request #250 from groovy/guava
Browse files Browse the repository at this point in the history
Fix Guava CVEs
  • Loading branch information
keeganwitt committed May 23, 2023
2 parents 3e50f9e + b27275c commit f5d2014
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
<version>3.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- fix CVE-2018010237 and CVE-2020-8908 coming from org.apache.maven:maven-core -->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.0-jre</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- this is to support use of Groovysh (Groovy jars don't include) -->
<groupId>org.fusesource.jansi</groupId>
Expand Down

0 comments on commit f5d2014

Please sign in to comment.