Skip to content

Commit acf3a4b

Browse files
authored
Merge pull request #121 from rhusar/remove-commons-compress-override
Remove unnecessary commons-compress override since Testcontainers 2.0…
2 parents 281b02d + 7aee024 commit acf3a4b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,6 @@
145145
<groupId>org.jboss.arquillian.container</groupId>
146146
<artifactId>arquillian-container-test-impl-base</artifactId>
147147
</dependency>
148-
<!-- To avoid a CVE. This can be removed once TC is updated -->
149-
<dependency>
150-
<groupId>org.apache.commons</groupId>
151-
<artifactId>commons-compress</artifactId>
152-
<version>1.28.0</version>
153-
</dependency>
154148
<dependency>
155149
<groupId>org.testcontainers</groupId>
156150
<artifactId>testcontainers</artifactId>

0 commit comments

Comments
 (0)