This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 20e7783433 KARAF-7787: Upgrade to commons-compress 1.25.0
20e7783433 is described below
commit 20e778343326e2791a7b60e49cd7cf0487b8537c
Author: JB Onofré <[email protected]>
AuthorDate: Thu Dec 14 14:49:20 2023 +0100
KARAF-7787: Upgrade to commons-compress 1.25.0
(cherry picked from commit 5c9e24250ff43cbb69a9097462806e2238e3e33e)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 68cf7020f8..b9a9e469ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
<jaxb-bom.version>2.3.8</jaxb-bom.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-codec.version>1.15</commons-codec.version>
- <commons-compress.version>1.23.0</commons-compress.version>
+ <commons-compress.version>1.25.0</commons-compress.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
<commons-lang3.version>3.14.0</commons-lang3.version>