Skip to content

Commit 4aeca67

Browse files
committed
Upgrade to CGLIB 3.2.6
Issue: SPR-16267
1 parent b695b15 commit 4aeca67

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
@@ -293,7 +293,7 @@ project("spring-core") {
293293
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
294294
// further transformed by the JarJar task to depend on org.springframework.asm; this
295295
// avoids including two different copies of asm unnecessarily.
296-
def cglibVersion = "3.2.5"
296+
def cglibVersion = "3.2.6"
297297
def objenesisVersion = "2.6"
298298

299299
configurations {

0 commit comments

Comments
 (0)