Upgrade to CGLIB 3.2

Issue: SPR-13353
This commit is contained in:
Juergen Hoeller
2015-10-28 21:25:32 +01:00
parent 081905d3b3
commit baae8ddd3e

View File

@@ -287,11 +287,11 @@ project("spring-build-src") {
project("spring-core") {
description = "Spring Core"
// As of Spring 4.0.3, spring-core includes asm 5.0 and repackages cglib 3.1, inlining
// both into the spring-core jar. cglib 3.1 itself depends on asm 4+, and is therefore
// As of Spring 4.0.3, spring-core includes asm 5.0 and repackages cglib 3.2, inlining
// 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
// avoids including two different copies of asm unnecessarily.
def cglibVersion = "3.1"
def cglibVersion = "3.2.0"
def objenesisVersion = "2.2"
configurations {