Skip to content

Commit dc54800

Browse files
committed
1 parent 4f04c7d commit dc54800

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
<artifactId>plexus-archiver</artifactId>
7272
<version>4.8.0</version>
7373
</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>
7480
<dependency>
7581
<groupId>org.apache.maven.shared</groupId>
7682
<artifactId>file-management</artifactId>

0 commit comments

Comments
 (0)