Skip to content

Commit

Permalink
Update commons-compress dependency due to CVE-2024-26308 (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj authored Feb 26, 2024
1 parent 2e0ac26 commit 197ad1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<!-- Other versions - used in Test -->
<log4j.version>2.17.2</log4j.version>
<bouncycastle.version>1.77</bouncycastle.version>

<!-- Used to override Quarkus Kubernetes Client dependency due to CVE-2024-26308 -->
<commons-compress.version>1.26.0</commons-compress.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -71,6 +74,12 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson</artifactId>
</dependency>
<!-- Used to override Quarkus Kubernetes Client dependency due to CVE-2024-26308 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>log4j2-jboss-logmanager</artifactId>
Expand Down

0 comments on commit 197ad1a

Please sign in to comment.