ARTEMIS-5026 Upgrade commons-compress to 1.27.1
This commit is contained in:
parent
306dfc9327
commit
bf9f9d2203
|
@ -569,6 +569,15 @@
|
|||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- needed for tests -->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-compress</artifactId>
|
||||
<version>${commons.compress.version}</version>
|
||||
<!-- license Apache 2 -->
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Needed for Micrometer -->
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -102,6 +102,7 @@
|
|||
<commons.text.version>1.12.0</commons.text.version>
|
||||
<commons.io.version>2.16.1</commons.io.version>
|
||||
<commons.codec.version>1.17.1</commons.codec.version>
|
||||
<commons.compress.version>1.27.1</commons.compress.version>
|
||||
<fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
|
||||
<caffeine.version>3.1.8</caffeine.version>
|
||||
<guava.version>33.3.0-jre</guava.version>
|
||||
|
|
Loading…
Reference in New Issue