You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2016/06/27 07:20:13 UTC

wicket git commit: WICKET-6180 Update CGLIB to 3.2.4

Repository: wicket
Updated Branches:
  refs/heads/master c391af662 -> 53fdbc915


WICKET-6180 Update CGLIB to 3.2.4

https://github.com/cglib/cglib/issues/75


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/53fdbc91
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/53fdbc91
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/53fdbc91

Branch: refs/heads/master
Commit: 53fdbc915fe16a8fb39445431c406f1a9b12e111
Parents: c391af6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Jun 27 09:14:04 2016 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Jun 27 09:15:21 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/53fdbc91/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b528d30..76ec4c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,7 @@
 			<dependency>
 				<groupId>cglib</groupId>
 				<artifactId>cglib</artifactId>
-				<version>3.2.0</version>
+				<version>3.2.4</version>
 				<exclusions>
 					<!-- excluded due to conflict with asm 5 in wicket-ioc -->
 					<exclusion>