File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,12 +164,12 @@ project("spring-build-src") {
164
164
project(" spring-core" ) {
165
165
description = " Spring Core"
166
166
167
- // As of Spring 4.0, spring-core includes asm 4.2 and repackages cglib 3.0 , inlining
168
- // both into the spring-core jar. cglib 3.0 itself depends on asm 4, and is therefore
167
+ // As of Spring 4.0, spring-core includes asm 4.2 and repackages cglib 3.1 , inlining
168
+ // both into the spring-core jar. cglib 3.1 itself depends on asm 4, and is therefore
169
169
// further transformed by the JarJar task to depend on org.springframework.asm; this
170
170
// avoids including two different copies of asm unnecessarily.
171
- def cglibVersion = " 3.0 "
172
- def objenesisVersion = " 2.0 "
171
+ def cglibVersion = " 3.1 "
172
+ def objenesisVersion = " 2.1 "
173
173
174
174
configurations {
175
175
jarjar
You can’t perform that action at this time.
0 commit comments