Skip to content

Commit a983313

Browse files
authored
Update commons-compress to 1.26.0 and fix CVE-2024-26308, update xmlunit-core to 2.10.0 (#656)
1 parent ce8cb95 commit a983313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.apache.commons</groupId>
2828
<artifactId>commons-compress</artifactId>
29-
<version>1.23.0</version>
29+
<version>1.26.0</version>
3030
</dependency>
3131
<!-- JSON and XML support -->
3232
<dependency>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.xmlunit</groupId>
102102
<artifactId>xmlunit-core</artifactId>
103-
<version>2.9.0</version>
103+
<version>2.10.0</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.xmlunit</groupId>

0 commit comments

Comments
 (0)