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 9e05c53f67 KARAF-7834: Upgrade to commons-compress 1.26.2
9e05c53f67 is described below
commit 9e05c53f671749e458e1bf612d0d9d1f25031a52
Author: JB Onofré <[email protected]>
AuthorDate: Sun Jun 16 08:18:53 2024 +0200
KARAF-7834: Upgrade to commons-compress 1.26.2
(cherry picked from commit 09885396d579fe24a3b2d95764e3568a22567c2d)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8fa00a67dd..72bbb02796 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
<jaxb-bom.version>2.3.9</jaxb-bom.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-codec.version>1.15</commons-codec.version>
- <commons-compress.version>1.26.1</commons-compress.version>
+ <commons-compress.version>1.26.2</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>