ASM 5.0.2 for correct Java 7 stack map frame computations

Issue: SPR-11656
This commit is contained in:
Juergen Hoeller
2014-04-25 23:50:02 +02:00
parent 470e9c8558
commit de80cd9b3b

View File

@@ -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 {