Skip to content

Commit

Permalink
Merge pull request #253 from groovy/CVE-2020-8908
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed May 31, 2023
2 parents 05479bb + 4ab5987 commit 22cadd6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@
<version>3.1.0</version>
</dependency>
<dependency>
<!-- fix CVE-2022-4244 and CVE-2022-4245 vulnerabilities transitively coming from org.apache.maven:maven-artifact -->
<!-- fix CVE-2022-4244 and CVE-2022-4245 from org.apache.maven:maven-artifact -->
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- fix CVE-2018010237 and CVE-2020-8908 coming from org.apache.maven:maven-core -->
<!-- fix CVE-2018-10237, CVE-2020-8908, and CVE-2023-2976 from org.apache.maven:maven-core -->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.0-jre</version>
<version>32.0.0-jre</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -93,7 +93,8 @@
</dependency>
<dependency>
<!-- this is to support use of Groovysh (Groovy jars don't include) -->
<!-- this will work for all Groovy >= 2.2.0-beta-1; users of older versions will need to pull in 1.0 as a runtime dependency -->
<!-- this will work for all Groovy >= 2.2.0-beta-1 -->
<!-- users of older versions will need to pull in 1.0 as a runtime dependency -->
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>2.14.6</version>
Expand Down

0 comments on commit 22cadd6

Please sign in to comment.