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") {
164164project(" spring-core" ) {
165165 description = " Spring Core"
166166
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
169169 // further transformed by the JarJar task to depend on org.springframework.asm; this
170170 // 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 "
173173
174174 configurations {
175175 jarjar
You can’t perform that action at this time.
0 commit comments