Skip to content

Commit 2b6ec6a

Browse files
committed
Upgrade to CGLIB 3.2.2
Issue: SPR-13934 (cherry picked from commit dc7ec44)
1 parent aa5c12c commit 2b6ec6a

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
@@ -291,7 +291,7 @@ project("spring-core") {
291291
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.0 and is therefore
292292
// further transformed by the JarJar task to depend on org.springframework.asm; this
293293
// avoids including two different copies of asm unnecessarily.
294-
def cglibVersion = "3.2.0"
294+
def cglibVersion = "3.2.2"
295295
def objenesisVersion = "2.2"
296296

297297
configurations {

0 commit comments

Comments
 (0)