Skip to content

Commit f3c3e75

Browse files
authored
Upgrade commons compress (#719)
1 parent 1141951 commit f3c3e75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<properties>
4242
<annotations.version>23.0.0</annotations.version>
4343
<awaitility.version>4.2.2</awaitility.version>
44+
<commons-compress.version>1.27.1</commons-compress.version>
4445
<commons-lang3.version>3.17.0</commons-lang3.version>
4546
<connect-utils.version>1.0.3</connect-utils.version>
4647
<guava-bom.version>33.4.0-jre</guava-bom.version>
@@ -127,6 +128,11 @@
127128
<artifactId>junit</artifactId>
128129
<version>${junit.version}</version>
129130
</dependency>
131+
<dependency>
132+
<groupId>org.apache.commons</groupId>
133+
<artifactId>commons-compress</artifactId>
134+
<version>${commons-compress.version}</version>
135+
</dependency>
130136
<dependency>
131137
<groupId>org.apache.commons</groupId>
132138
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)