Skip to content

Commit

Permalink
Update apache commons compress to 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Sep 24, 2024
1 parent 61942ef commit 496168a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<java.version>21</java.version>
<jollyday.version>0.32.0</jollyday.version>

<!-- Remove commons-compress dependency when testcontainers ships with commons-compress >= 1.27.1, see
https://github.com/testcontainers/testcontainers-java/issues/8338
https://www.cve.org/CVERecord?id=CVE-2024-25710
https://www.cve.org/CVERecord?id=CVE-2024-26308
-->
<commons-compress.version>1.27.1</commons-compress.version>

<node.env>production</node.env>
<docker-publish-registry>registry.example.com</docker-publish-registry>
<docker-publish-registry-path>path/example</docker-publish-registry-path>
Expand Down Expand Up @@ -232,6 +240,12 @@
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version>
<scope>test</scope>
</dependency>

<!-- UI Tests -->
<dependency>
Expand Down

0 comments on commit 496168a

Please sign in to comment.