Repository: karaf Updated Branches: refs/heads/master 88ab5e87e -> b59caa283
[KARAF-4743] Upgrade Cglib to version 3.2.4 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/ed2b0c8d Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/ed2b0c8d Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/ed2b0c8d Branch: refs/heads/master Commit: ed2b0c8d63fe1e0d057e7b4a2bc22f9c0936cb6e Parents: 88ab5e8 Author: Andrea Cosentino <[email protected]> Authored: Mon Oct 3 09:01:46 2016 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Mon Oct 3 09:01:46 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/ed2b0c8d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ed2e3d7..ee7aa33 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,7 @@ <antlr.bundle.version>2.7.7_5</antlr.bundle.version> <asm.version>6.0_ALPHA</asm.version> <asm.springsource.version>1.5.3</asm.springsource.version> - <cglib.bundle.version>3.2.2_1</cglib.bundle.version> + <cglib.bundle.version>3.2.4_1</cglib.bundle.version> <cglib2.version>2.2.0</cglib2.version> <jna.version>4.2.2</jna.version>
