Update CGLIB to 3.2.1
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b8b136e1 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b8b136e1 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b8b136e1 Branch: refs/heads/lambdas Commit: b8b136e13348bfe1fb8e34b3e3688ffef69e58cc Parents: b7bbb8d Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Feb 24 15:45:34 2016 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Feb 24 15:45:34 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/b8b136e1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 95169e2..ed1d77f 100644 --- a/pom.xml +++ b/pom.xml @@ -214,7 +214,7 @@ <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> - <version>3.2.0</version> + <version>3.2.1</version> <exclusions> <!-- excluded due to conflict with asm 5 in wicket-ioc --> <exclusion>
