This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new dab9385830 [KARAF-7611] Upgrade to commons-compress 1.22
new 85bb8dd6dc Merge pull request #1693 from jbonofre/KARAF-7611
dab9385830 is described below
commit dab9385830ac09992a39ed4851b7cf8f72226109
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Nov 28 20:54:49 2022 +0100
[KARAF-7611] Upgrade to commons-compress 1.22
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ca14874696..fad5292494 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
<jaxb.version>2.3.3</jaxb.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-codec.version>1.15</commons-codec.version>
- <commons-compress.version>1.21</commons-compress.version>
+ <commons-compress.version>1.22</commons-compress.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-fileupload.version>1.4</commons-fileupload.version>
<commons-lang.version>2.6</commons-lang.version>