Skip to content

Commit ea5baeb

Browse files
committed
Upgrade to CGLIB 3.2.4
Issue: SPR-14385
1 parent e15f7ef commit ea5baeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ project("spring-core") {
290290
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
291291
// further transformed by the JarJar task to depend on org.springframework.asm; this
292292
// avoids including two different copies of asm unnecessarily.
293-
def cglibVersion = "3.2.3"
293+
def cglibVersion = "3.2.4"
294294
def objenesisVersion = "2.4"
295295

296296
configurations {

0 commit comments

Comments
 (0)