Merge branch '5.1.x'

This commit is contained in:
Juergen Hoeller
2019-04-30 18:55:34 +02:00
6 changed files with 48 additions and 25 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.10"
def cglibVersion = "3.2.11"
def objenesisVersion = "3.0.1"
configurations {