提交 baae8ddd 编写于 作者: J Juergen Hoeller

Upgrade to CGLIB 3.2

Issue: SPR-13353
上级 081905d3
...@@ -287,11 +287,11 @@ project("spring-build-src") { ...@@ -287,11 +287,11 @@ project("spring-build-src") {
project("spring-core") { project("spring-core") {
description = "Spring Core" description = "Spring Core"
// As of Spring 4.0.3, spring-core includes asm 5.0 and repackages cglib 3.1, inlining // 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.1 itself depends on asm 4+, 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.1" def cglibVersion = "3.2.0"
def objenesisVersion = "2.2" def objenesisVersion = "2.2"
configurations { configurations {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册