File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ configure(allprojects) { project ->
36
36
ext. eclipselinkVersion = " 2.4.2"
37
37
ext. ehcacheVersion = " 2.10.2"
38
38
ext. ehcachejcacheVersion = " 1.0.1"
39
- ext. ehcache3Version = " 3.0.0 "
39
+ ext. ehcache3Version = " 3.0.1 "
40
40
ext. ejbVersion = " 3.0"
41
41
ext. fileuploadVersion = " 1.3.1"
42
42
ext. freemarkerVersion = " 2.3.23"
@@ -285,12 +285,12 @@ project("spring-build-src") {
285
285
project(" spring-core" ) {
286
286
description = " Spring Core"
287
287
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
290
290
// further transformed by the JarJar task to depend on org.springframework.asm; this
291
291
// avoids including two different copies of asm unnecessarily.
292
292
def cglibVersion = " 3.2.2"
293
- def objenesisVersion = " 2.3 "
293
+ def objenesisVersion = " 2.4 "
294
294
295
295
configurations {
296
296
jarjar
You can’t perform that action at this time.
0 commit comments