From 2b6ec6a85eb7d103ffde9df1e757b78521f35220 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sat, 9 Apr 2016 23:12:13 +0200 Subject: [PATCH] Upgrade to CGLIB 3.2.2 Issue: SPR-13934 (cherry picked from commit dc7ec44) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba3dba33cfa..5468e0619e9 100644 --- a/build.gradle +++ b/build.gradle @@ -291,7 +291,7 @@ project("spring-core") { // 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.2.0" + def cglibVersion = "3.2.2" def objenesisVersion = "2.2" configurations {