Repository: wicket
Updated Branches:
  refs/heads/master a7af2ad59 -> dade0103a


WICKET-6552 Spring proxy creation fails with IAE inside ASM ClassReader on JDK10

Update CGLIB to 3.2.6 and ASM to 6.2


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

Branch: refs/heads/master
Commit: dade0103a2b563c6a4b3374f5581d33995ce4f1f
Parents: a7af2ad
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Sat May 26 14:43:54 2018 +0300
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Sat May 26 14:43:54 2018 +0300

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/dade0103/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9bbb780..f7aa95b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
                <maven.compiler.target>1.9</maven.compiler.target>
 
                <!-- Project Versions -->
-               <cglib.version>3.2.5</cglib.version>
+               <cglib.version>3.2.6</cglib.version>
                <jacoco.version>0.7.9</jacoco.version>
                <jetty.version>9.4.10.v20180503</jetty.version>
                <joda-time.version>2.9.9</joda-time.version>
@@ -459,7 +459,7 @@
                        <dependency>
                                <groupId>org.ow2.asm</groupId>
                                <artifactId>asm-util</artifactId>
-                               <version>5.2</version>
+                               <version>6.2</version>
                        </dependency>
                        <dependency>
                                <groupId>org.slf4j</groupId>

Reply via email to