Skip to content

Commit dc7ec44

Browse files
committed
Upgrade to CGLIB 3.2.2
Issue: SPR-13934
1 parent cb95496 commit dc7ec44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ project("spring-core") {
297297
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.0 and is therefore
298298
// further transformed by the JarJar task to depend on org.springframework.asm; this
299299
// avoids including two different copies of asm unnecessarily.
300-
def cglibVersion = "3.2.0"
300+
def cglibVersion = "3.2.2"
301301
def objenesisVersion = "2.2"
302302

303303
configurations {

0 commit comments

Comments
 (0)