Upgrade to CGLIB 3.2.4

Issue: SPR-14385
This commit is contained in:
Juergen Hoeller
2016-06-26 21:03:05 +02:00
parent e15f7efff8
commit ea5baeb05a

View File

@@ -290,7 +290,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.3"
def cglibVersion = "3.2.4"
def objenesisVersion = "2.4"
configurations {