diff --git a/build.gradle b/build.gradle index af32d21f67..a611c28546 100644 --- a/build.gradle +++ b/build.gradle @@ -297,7 +297,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 {