Skip to content

Commit bff8259

Browse files
committed
Upgrade to Objenesis 2.4 (and EhCache 3.0.1)
Issue: SPR-14292
1 parent 3576ff0 commit bff8259

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configure(allprojects) { project ->
3636
ext.eclipselinkVersion = "2.4.2"
3737
ext.ehcacheVersion = "2.10.2"
3838
ext.ehcachejcacheVersion = "1.0.1"
39-
ext.ehcache3Version = "3.0.0"
39+
ext.ehcache3Version = "3.0.1"
4040
ext.ejbVersion = "3.0"
4141
ext.fileuploadVersion = "1.3.1"
4242
ext.freemarkerVersion = "2.3.23"
@@ -285,12 +285,12 @@ project("spring-build-src") {
285285
project("spring-core") {
286286
description = "Spring Core"
287287

288-
// As of Spring 4.0.3, spring-core includes asm 5.0 and repackages cglib 3.2, inlining
289-
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.0 and is therefore
288+
// As of Spring 4.0.3, spring-core includes asm 5.x and repackages cglib 3.2, inlining
289+
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
290290
// further transformed by the JarJar task to depend on org.springframework.asm; this
291291
// avoids including two different copies of asm unnecessarily.
292292
def cglibVersion = "3.2.2"
293-
def objenesisVersion = "2.3"
293+
def objenesisVersion = "2.4"
294294

295295
configurations {
296296
jarjar

0 commit comments

Comments
 (0)