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 d59282ed6a KARAF-7867: Upgrade to commons-compress 1.27.1
d59282ed6a is described below
commit d59282ed6ace9ba5b889a5d5df2293a2453d17e9
Author: JB Onofré <[email protected]>
AuthorDate: Tue Oct 1 11:28:57 2024 +0200
KARAF-7867: Upgrade to commons-compress 1.27.1
(cherry picked from commit a67eba4cb671aa8711f90123247d4b37f284a49c)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 825565f8f5..f38e1d82be 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.2</commons-compress.version>
+ <commons-compress.version>1.27.1</commons-compress.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
<commons-lang3.version>3.15.0</commons-lang3.version>