Upgrade to CGLIB 3.2.6

Issue: SPR-16267
This commit is contained in:
Juergen Hoeller 2018-01-20 14:29:56 +01:00
parent 395c9bd723
commit b2ce98e881
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ dependencyManagement {
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore // both into the spring-core jar. cglib 3.2 itself depends on asm 5.x 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.5" def cglibVersion = "3.2.6"
def objenesisVersion = "2.6" def objenesisVersion = "2.6"
configurations { configurations {