Skip to content

Commit b2ce98e

Browse files
committed
Upgrade to CGLIB 3.2.6
Issue: SPR-16267
1 parent 395c9bd commit b2ce98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/spring-core.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencyManagement {
1717
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
1818
// further transformed by the JarJar task to depend on org.springframework.asm; this
1919
// avoids including two different copies of asm unnecessarily.
20-
def cglibVersion = "3.2.5"
20+
def cglibVersion = "3.2.6"
2121
def objenesisVersion = "2.6"
2222

2323
configurations {

0 commit comments

Comments
 (0)