@@ -40,7 +40,7 @@ configure(allprojects) { project ->
40
40
ext. ejbVersion = " 3.0"
41
41
ext. fileuploadVersion = " 1.3.2"
42
42
ext. freemarkerVersion = " 2.3.23"
43
- ext. groovyVersion = " 2.4.11 "
43
+ ext. groovyVersion = " 2.4.12 "
44
44
ext. gsonVersion = " 2.8.0"
45
45
ext. guavaVersion = " 20.0"
46
46
ext. hamcrestVersion = " 1.3"
@@ -52,17 +52,17 @@ configure(allprojects) { project ->
52
52
ext. hsqldbVersion = " 2.3.4"
53
53
ext. httpasyncVersion = " 4.1.3"
54
54
ext. httpclientVersion = " 4.5.3"
55
- ext. jackson2Version = " 2.8.7 "
55
+ ext. jackson2Version = " 2.8.9 "
56
56
ext. jasperreportsVersion = " 6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
57
57
ext. javamailVersion = " 1.5.6"
58
58
ext. jettyVersion = " 9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement
59
- ext. jetty94Version = " 9.4.5.v20170502 " // for spring-websocket support, optimized for Jetty 9.4
59
+ ext. jetty94Version = " 9.4.6.v20170531 " // for spring-websocket support, optimized for Jetty 9.4
60
60
ext. jodaVersion = " 2.9.9"
61
61
ext. jrubyVersion = " 1.7.26" // JRuby 9000 primarily supported through JSR-223 (StandardScriptFactory)
62
62
ext. jtaVersion = " 1.2"
63
63
ext. junitVersion = " 4.12"
64
64
ext. log4jVersion = " 1.2.17"
65
- ext. nettyVersion = " 4.1.11 .Final"
65
+ ext. nettyVersion = " 4.1.12 .Final"
66
66
ext. okhttpVersion = " 2.7.5"
67
67
ext. okhttp3Version = " 3.7.0"
68
68
ext. openjpaVersion = " 2.4.1"
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
75
75
ext. testngVersion = " 6.9.10"
76
76
ext. tiles2Version = " 2.2.2"
77
77
ext. tiles3Version = " 3.0.7"
78
- ext. tomcatVersion = " 8.5.15 "
78
+ ext. tomcatVersion = " 8.5.16 "
79
79
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
80
80
ext. undertowVersion = " 1.3.30.Final"
81
81
ext. xmlunitVersion = " 1.6"
@@ -294,7 +294,7 @@ project("spring-core") {
294
294
// further transformed by the JarJar task to depend on org.springframework.asm; this
295
295
// avoids including two different copies of asm unnecessarily.
296
296
def cglibVersion = " 3.2.5"
297
- def objenesisVersion = " 2.5.1 "
297
+ def objenesisVersion = " 2.6 "
298
298
299
299
configurations {
300
300
jarjar
0 commit comments