Repository: wicket
Updated Branches:
  refs/heads/wicket-8.x 4ad94835e -> 899fe9466


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

Update CGLIB to 3.2.6 and ASM to 6.2

(cherry picked from commit dade0103a2b563c6a4b3374f5581d33995ce4f1f)


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

Branch: refs/heads/wicket-8.x
Commit: 5f4c81a4d9695fcea928a0058b07aab6a295ca4e
Parents: 4ad9483
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:44:44 2018 +0300

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/5f4c81a4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ca4e633..9051210 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
                <maven.compiler.target>1.8</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.7.v20170914</jetty.version>
                <joda-time.version>2.9.9</joda-time.version>
@@ -437,7 +437,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