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 884173042e KARAF-7811: Upgrade to commons-compress 1.26.1 884173042e is described below commit 884173042e0eb0a3d5c45990c38b39cbde95b2e6 Author: JB Onofré <jbono...@apache.org> AuthorDate: Sat Mar 30 07:18:58 2024 +0100 KARAF-7811: Upgrade to commons-compress 1.26.1 (cherry picked from commit 5d55a981fdf2e45c20dd11ae009db8f0a1ce5984) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 037bf575f1..306b9f6597 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.25.0</commons-compress.version> + <commons-compress.version>1.26.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.14.0</commons-lang3.version>