Repository: karaf Updated Branches: refs/heads/master ba7936563 -> 4fc41edd9
[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/4fc41edd Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/4fc41edd Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/4fc41edd Branch: refs/heads/master Commit: 4fc41edd9321358b2e88a700ee33b6ccc8f82d21 Parents: ba79365 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:02:58 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/4fc41edd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 219be66..0fc05a8 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>
