Upgrade to CGLIB 3.2.5

Issue: SPR-15147
This commit is contained in:
Juergen Hoeller 2017-03-07 00:51:36 +01:00
parent eeb01db888
commit 0d7b25f324
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ project("spring-core") {
// 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
// avoids including two different copies of asm unnecessarily.
def cglibVersion = "3.2.4"
def cglibVersion = "3.2.5"
def objenesisVersion = "2.5.1"
configurations {