Skip to content

Commit d20e547

Browse files
upgrade commons-compress dependency due to security vulnerability (test scope only)
1 parent 705a997 commit d20e547

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<commons.csv.version>1.12.0</commons.csv.version>
5050
<h2.version>2.3.232</h2.version>
5151
<junit.version>4.13.2</junit.version>
52-
<testcontainers.version>1.20.1</testcontainers.version>
52+
<testcontainers.version>1.20.3</testcontainers.version>
5353
</properties>
5454

5555
<groupId>com.zaxxer</groupId>
@@ -123,6 +123,11 @@
123123
<version>${testcontainers.version}</version>
124124
<scope>test</scope>
125125
</dependency>
126+
<dependency>
127+
<groupId>org.apache.commons</groupId>
128+
<artifactId>commons-compress</artifactId>
129+
<version>[1.26.0,)</version>
130+
</dependency>
126131
<dependency>
127132
<groupId>org.apache.commons</groupId>
128133
<artifactId>commons-csv</artifactId>

0 commit comments

Comments
 (0)