Skip to content

Commit

Permalink
chore(deps):[#463] Manually update org.apache.commons:commons-compres…
Browse files Browse the repository at this point in the history
…s to 1.26.1
  • Loading branch information
ds-jhartmann committed Apr 10, 2024
1 parent f6d1eeb commit 513b00b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions irs-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,18 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<exclusions>
<exclusion>
<artifactId>commons-compress</artifactId>
<groupId>org.apache.commons</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- Update commons-compress manually to avoid vulnerability CVE-2024-26308, CVE-2024-25710; can be removed after testcontainers updates their dependency -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<license-tool-plugin.version>1.1.0</license-tool-plugin.version>
<snappy-java.version>1.1.10.5</snappy-java.version>
<commons-compress.version>1.26.1</commons-compress.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 513b00b

Please sign in to comment.