diff --git a/build.gradle b/build.gradle index 3c9187aca3d..7093eb17883 100644 --- a/build.gradle +++ b/build.gradle @@ -290,7 +290,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.3" + def cglibVersion = "3.2.4" def objenesisVersion = "2.4" configurations {