Skip to content

Commit 0d7b25f

Browse files
committed
Upgrade to CGLIB 3.2.5
Issue: SPR-15147
1 parent eeb01db commit 0d7b25f

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
@@ -343,7 +343,7 @@ project("spring-core") {
343343
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
344344
// further transformed by the JarJar task to depend on org.springframework.asm; this
345345
// avoids including two different copies of asm unnecessarily.
346-
def cglibVersion = "3.2.4"
346+
def cglibVersion = "3.2.5"
347347
def objenesisVersion = "2.5.1"
348348

349349
configurations {

0 commit comments

Comments
 (0)