From de80cd9b3b4323f2641a0e18d200a26288be0c8c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 25 Apr 2014 23:50:02 +0200 Subject: [PATCH] ASM 5.0.2 for correct Java 7 stack map frame computations Issue: SPR-11656 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {