From 848562d68ac84f2d6d93587ace9522c857fd2706 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 21 Jun 2016 10:13:42 +0200 Subject: [PATCH] Upgrade to CGLIB 3.2.3 Issue: SPR-14385 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 89685892e2..703809057a 100644 --- a/build.gradle +++ b/build.gradle @@ -290,7 +290,7 @@ project("spring-core") { // both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore // further transformed by the JarJar task to depend on org.springframework.asm; this // avoids including two different copies of asm unnecessarily. - def cglibVersion = "3.2.2" + def cglibVersion = "3.2.3" def objenesisVersion = "2.4" configurations {