Skip to content

Commit

Permalink
Update commons-compress to 1.26.0 and fix CVE-2024-26308, update xmlu…
Browse files Browse the repository at this point in the history
…nit-core to 2.10.0 (#656)
  • Loading branch information
alfeilex authored Sep 26, 2024
1 parent ce8cb95 commit a983313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
<version>1.26.0</version>
</dependency>
<!-- JSON and XML support -->
<dependency>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
Expand Down

0 comments on commit a983313

Please sign in to comment.