Upgrade to CGLIB 3.2.2

Issue: SPR-13934
This commit is contained in:
Juergen Hoeller 2016-04-09 23:12:13 +02:00
parent cb9549655c
commit dc7ec44188
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ project("spring-core") {
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.0 and is therefore // both into the spring-core jar. cglib 3.2 itself depends on asm 5.0 and is therefore
// further transformed by the JarJar task to depend on org.springframework.asm; this // further transformed by the JarJar task to depend on org.springframework.asm; this
// avoids including two different copies of asm unnecessarily. // avoids including two different copies of asm unnecessarily.
def cglibVersion = "3.2.0" def cglibVersion = "3.2.2"
def objenesisVersion = "2.2" def objenesisVersion = "2.2"
configurations { configurations {