We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705a997 commit d20e547Copy full SHA for d20e547
pom.xml
@@ -49,7 +49,7 @@
49
<commons.csv.version>1.12.0</commons.csv.version>
50
<h2.version>2.3.232</h2.version>
51
<junit.version>4.13.2</junit.version>
52
- <testcontainers.version>1.20.1</testcontainers.version>
+ <testcontainers.version>1.20.3</testcontainers.version>
53
</properties>
54
55
<groupId>com.zaxxer</groupId>
@@ -123,6 +123,11 @@
123
<version>${testcontainers.version}</version>
124
<scope>test</scope>
125
</dependency>
126
+ <dependency>
127
+ <groupId>org.apache.commons</groupId>
128
+ <artifactId>commons-compress</artifactId>
129
+ <version>[1.26.0,)</version>
130
+ </dependency>
131
<dependency>
132
<groupId>org.apache.commons</groupId>
133
<artifactId>commons-csv</artifactId>
0 commit comments