From baae8ddd3e1a8cf3ae31bbc407147fc4ba7f2def Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 28 Oct 2015 21:25:32 +0100 Subject: [PATCH] Upgrade to CGLIB 3.2 Issue: SPR-13353 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 36f8198719..9d9ef34b9b 100644 --- a/build.gradle +++ b/build.gradle @@ -287,11 +287,11 @@ project("spring-build-src") { project("spring-core") { description = "Spring Core" - // As of Spring 4.0.3, spring-core includes asm 5.0 and repackages cglib 3.1, inlining - // both into the spring-core jar. cglib 3.1 itself depends on asm 4+, and is therefore + // As of Spring 4.0.3, spring-core includes asm 5.0 and repackages cglib 3.2, inlining + // both into the spring-core jar. cglib 3.2 itself depends on asm 5.0 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.1" + def cglibVersion = "3.2.0" def objenesisVersion = "2.2" configurations {