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 f6c3a3e554 KARAF-7702 - Upgrade to commons-compress 1.23.0 new 512a85a6c0 Merge pull request #1742 from jbonofre/KARAF-7702 f6c3a3e554 is described below commit f6c3a3e55496ced2c1e007b6832b5d77e74425bb Author: Jean-Baptiste Onofré <jbono...@apache.org> AuthorDate: Thu Jul 27 08:21:26 2023 +0200 KARAF-7702 - Upgrade to commons-compress 1.23.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2624430c69..d866af9024 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.22</commons-compress.version> + <commons-compress.version>1.23.0</commons-compress.version> <commons-collections.version>3.2.2</commons-collections.version> <commons-fileupload.version>1.5</commons-fileupload.version> <commons-lang.version>2.6</commons-lang.version>