From 0d7b25f324e3df7c51a9b9cde6247bab2c4255b5 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 7 Mar 2017 00:51:36 +0100 Subject: [PATCH] Upgrade to CGLIB 3.2.5 Issue: SPR-15147 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4c445a34241..c3900364b87 100644 --- a/build.gradle +++ b/build.gradle @@ -343,7 +343,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.4" + def cglibVersion = "3.2.5" def objenesisVersion = "2.5.1" configurations {