Skip to content

Commit

Permalink
Merge pull request #279 from groovy/cve-2023-42503
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Sep 28, 2023
2 parents 4f04c7d + dc54800 commit fef1c6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
<artifactId>plexus-archiver</artifactId>
<version>4.8.0</version>
</dependency>
<dependency>
<!-- fix CVE-2023-42503 from org.codehaus.plexus:plexus-archiver -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.24.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>file-management</artifactId>
Expand Down

0 comments on commit fef1c6d

Please sign in to comment.