Upgrade to CGLIB 3.3

Closes gh-23453
This commit is contained in:
Juergen Hoeller
2019-08-12 19:36:06 +02:00
parent f3c7879831
commit 4123910d3d
3 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ dependencyManagement {
// spring-core includes asm and repackages cglib, inlining both into the spring-core jar.
// cglib itself depends on asm and is therefore further transformed by the JarJar task to
// depend on org.springframework.asm; this avoids including two different copies of asm.
def cglibVersion = "3.2.11"
def cglibVersion = "3.3.0"
def objenesisVersion = "3.0.1"
configurations {