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/d0aeee8a
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d0aeee8a
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d0aeee8a

Branch: refs/heads/master
Commit: d0aeee8ab7dbecf42e78802ebde690ff06482baf
Parents: 30f9b99
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Tue Mar 14 09:20:23 2017 +0100
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Mon Mar 20 21:42:32 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/d0aeee8a/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