Upgrade Cglib and related bundle to version 3.2.0
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d1574f88 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d1574f88 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d1574f88 Branch: refs/heads/master Commit: d1574f88646e5a098faa4c19539e5c38ed5ba9cd Parents: b051fb5 Author: Andrea Cosentino <[email protected]> Authored: Fri Dec 4 10:25:09 2015 +0100 Committer: Andrea Cosentino <[email protected]> Committed: Fri Dec 4 12:11:27 2015 +0100 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d1574f88/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 972cfa0..b4e0a67 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -87,8 +87,8 @@ <castor-version>1.3.3</castor-version> <castor-bundle-version>1.3.3_1</castor-bundle-version> <cdi-api-version>1.1</cdi-api-version> - <cglib-bundle-version>3.1_1</cglib-bundle-version> - <cglib-version>3.1</cglib-version> + <cglib-bundle-version>3.2.0_1</cglib-bundle-version> + <cglib-version>3.2.0</cglib-version> <chunk-templates-version>3.1.1</chunk-templates-version> <classmate-version>1.3.1</classmate-version> <cmis-version>0.13.0</cmis-version>
