upgrade commons-compress dependency due to security vulnerability (test scope only)

pull/2266/head
Brett Wooldridge 3 months ago
parent 705a997f70
commit d20e5475ae
No known key found for this signature in database
GPG Key ID: 4CC08E7F47C3EC76

@ -49,7 +49,7 @@
<commons.csv.version>1.12.0</commons.csv.version> <commons.csv.version>1.12.0</commons.csv.version>
<h2.version>2.3.232</h2.version> <h2.version>2.3.232</h2.version>
<junit.version>4.13.2</junit.version> <junit.version>4.13.2</junit.version>
<testcontainers.version>1.20.1</testcontainers.version> <testcontainers.version>1.20.3</testcontainers.version>
</properties> </properties>
<groupId>com.zaxxer</groupId> <groupId>com.zaxxer</groupId>
@ -123,6 +123,11 @@
<version>${testcontainers.version}</version> <version>${testcontainers.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>[1.26.0,)</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId> <artifactId>commons-csv</artifactId>

Loading…
Cancel
Save