Upgrade to Objenesis 2.4 (and EhCache 3.0.1)

Issue: SPR-14292
master
Juergen Hoeller 8 years ago
parent 3576ff051c
commit bff8259fb0
  1. 8
      build.gradle

@ -36,7 +36,7 @@ configure(allprojects) { project ->
ext.eclipselinkVersion = "2.4.2" ext.eclipselinkVersion = "2.4.2"
ext.ehcacheVersion = "2.10.2" ext.ehcacheVersion = "2.10.2"
ext.ehcachejcacheVersion = "1.0.1" ext.ehcachejcacheVersion = "1.0.1"
ext.ehcache3Version = "3.0.0" ext.ehcache3Version = "3.0.1"
ext.ejbVersion = "3.0" ext.ejbVersion = "3.0"
ext.fileuploadVersion = "1.3.1" ext.fileuploadVersion = "1.3.1"
ext.freemarkerVersion = "2.3.23" ext.freemarkerVersion = "2.3.23"
@ -285,12 +285,12 @@ project("spring-build-src") {
project("spring-core") { project("spring-core") {
description = "Spring Core" description = "Spring Core"
// As of Spring 4.0.3, spring-core includes asm 5.0 and repackages cglib 3.2, inlining // As of Spring 4.0.3, spring-core includes asm 5.x and repackages cglib 3.2, inlining
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.0 and is therefore // both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
// further transformed by the JarJar task to depend on org.springframework.asm; this // further transformed by the JarJar task to depend on org.springframework.asm; this
// avoids including two different copies of asm unnecessarily. // avoids including two different copies of asm unnecessarily.
def cglibVersion = "3.2.2" def cglibVersion = "3.2.2"
def objenesisVersion = "2.3" def objenesisVersion = "2.4"
configurations { configurations {
jarjar jarjar

Loading…
Cancel
Save