Repository: karaf Updated Branches: refs/heads/karaf-4.1.x 54a9b1ab9 -> 4ea71de4d
[KARAF-5152] Upgrade to commons-compress 1.14 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/4ea71de4 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/4ea71de4 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/4ea71de4 Branch: refs/heads/karaf-4.1.x Commit: 4ea71de4da9b9991f2a53ef4f3f1942b04f35698 Parents: 54a9b1a Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed May 31 08:02:58 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed May 31 08:03:49 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/4ea71de4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eca055f..65e4736 100644 --- a/pom.xml +++ b/pom.xml @@ -150,7 +150,7 @@ <commons-beanutils.version>1.9.2</commons-beanutils.version> <commons-codec.version>1.10</commons-codec.version> - <commons-compress.version>1.13</commons-compress.version> + <commons-compress.version>1.14</commons-compress.version> <commons-collections.version>3.2.2</commons-collections.version> <commons-dbcp.version>1.4_3</commons-dbcp.version> <commons-fileupload.version>1.3.1</commons-fileupload.version>
