Skip to content

Commit 26f1e05

Browse files
author
Phillip Webb
committed
Upgrade to CGLIB 3.1 and Objenesis 2.1
Issue: SPR-11226
1 parent 3948727 commit 26f1e05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ project("spring-build-src") {
164164
project("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

0 commit comments

Comments
 (0)