diff --git a/build.gradle b/build.gradle index 3b44ca4611..55cea8f240 100644 --- a/build.gradle +++ b/build.gradle @@ -180,7 +180,7 @@ project("spring-core") { // avoids including two different copies of asm unnecessarily. If however future cglib // versions drift from the version of asm used by Spring internally, this duplication // will become necessary. - def asmVersion = "5.0.1" + def asmVersion = "5.0.2" def cglibVersion = "3.1" configurations {