Repository: wicket
Updated Branches:
  refs/heads/master 56b19109f -> e04e92a75


Update CGLIB to 3.2.5


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

Branch: refs/heads/master
Commit: e04e92a75b9418736a1a31f534a8a6ac1c657bb7
Parents: 56b1910
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Tue Mar 14 09:20:23 2017 +0100
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Tue Mar 14 09:20:23 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/e04e92a7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b890edb..2276718 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,7 @@
                <maven.compiler.target>1.8</maven.compiler.target>
 
                <!-- Project Versions -->
+               <cglib.version>3.2.5</cglib.version>
                <jacoco.version>0.7.9</jacoco.version>
                <jetty.version>9.4.2.v20170220</jetty.version>
                <joda-time.version>2.9.7</joda-time.version>
@@ -191,7 +192,7 @@
                        <dependency>
                                <groupId>cglib</groupId>
                                <artifactId>cglib</artifactId>
-                               <version>3.2.4</version>
+                               <version>${cglib.version}</version>
                                <exclusions>
                                        <!-- excluded due to conflict with asm 
5 in wicket-ioc -->
                                        <exclusion>

Reply via email to