Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sigpwned committed Jan 27, 2025
1 parent ce98a46 commit 425629a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,14 @@
<artifactId>compile-testing</artifactId>
<version>0.21.0</version>
</dependency>

<!-- SECURITY UPDATES -->
<!-- CVE-2024-26308, CVE-2024-25710 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>[1.26.0,)</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 425629a

Please sign in to comment.