We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f04c7d commit dc54800Copy full SHA for dc54800
pom.xml
@@ -71,6 +71,12 @@
71
<artifactId>plexus-archiver</artifactId>
72
<version>4.8.0</version>
73
</dependency>
74
+ <dependency>
75
+ <!-- fix CVE-2023-42503 from org.codehaus.plexus:plexus-archiver -->
76
+ <groupId>org.apache.commons</groupId>
77
+ <artifactId>commons-compress</artifactId>
78
+ <version>1.24.0</version>
79
+ </dependency>
80
<dependency>
81
<groupId>org.apache.maven.shared</groupId>
82
<artifactId>file-management</artifactId>
0 commit comments