From b2ce98e881d687dbddbf3fdf416aa509d61fa1dc Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sat, 20 Jan 2018 14:29:56 +0100 Subject: [PATCH] Upgrade to CGLIB 3.2.6 Issue: SPR-16267 --- spring-core/spring-core.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/spring-core.gradle b/spring-core/spring-core.gradle index c31a5f509e6..7a5281d7bc4 100644 --- a/spring-core/spring-core.gradle +++ b/spring-core/spring-core.gradle @@ -17,7 +17,7 @@ dependencyManagement { // 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.5" +def cglibVersion = "3.2.6" def objenesisVersion = "2.6" configurations {