Upgrade CGLib to 3.1
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/32286ad1 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/32286ad1 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/32286ad1 Branch: refs/heads/master Commit: 32286ad156b5cb1e65f6faa82f7f74ecde2afe7f Parents: a7d2422 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu Dec 12 16:19:48 2013 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu Dec 12 16:19:48 2013 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/32286ad1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0cb3936..e1f598f 100644 --- a/pom.xml +++ b/pom.xml @@ -480,7 +480,7 @@ <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> - <version>3.0</version> + <version>3.1</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId>
