Skip to content

Commit

Permalink
upgrade commons-compress dependency due to security vulnerability (te…
Browse files Browse the repository at this point in the history
…st scope only)
  • Loading branch information
brettwooldridge committed Nov 9, 2024
1 parent 705a997 commit d20e547
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<commons.csv.version>1.12.0</commons.csv.version>
<h2.version>2.3.232</h2.version>
<junit.version>4.13.2</junit.version>
<testcontainers.version>1.20.1</testcontainers.version>
<testcontainers.version>1.20.3</testcontainers.version>
</properties>

<groupId>com.zaxxer</groupId>
Expand Down Expand Up @@ -123,6 +123,11 @@
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>[1.26.0,)</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
Expand Down

0 comments on commit d20e547

Please sign in to comment.