ASM 5.0.2 for correct Java 7 stack map frame computations
Issue: SPR-11656
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user