@@ -40,7 +40,7 @@ configure(allprojects) { project ->
4040 ext. ejbVersion = " 3.0"
4141 ext. fileuploadVersion = " 1.3.2"
4242 ext. freemarkerVersion = " 2.3.23"
43- ext. groovyVersion = " 2.4.7 "
43+ ext. groovyVersion = " 2.4.8 "
4444 ext. gsonVersion = " 2.8.0"
4545 ext. guavaVersion = " 20.0"
4646 ext. hamcrestVersion = " 1.3"
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
5252 ext. hsqldbVersion = " 2.3.4"
5353 ext. httpasyncVersion = " 4.1.2"
5454 ext. httpclientVersion = " 4.5.2"
55- ext. jackson2Version = " 2.8.5 "
55+ ext. jackson2Version = " 2.8.6 "
5656 ext. jasperreportsVersion = " 6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
5757 ext. javamailVersion = " 1.5.6"
5858 ext. jettyVersion = " 9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement
@@ -62,7 +62,7 @@ configure(allprojects) { project ->
6262 ext. jtaVersion = " 1.2"
6363 ext. junitVersion = " 4.12"
6464 ext. log4jVersion = " 1.2.17"
65- ext. nettyVersion = " 4.1.6 .Final"
65+ ext. nettyVersion = " 4.1.7 .Final"
6666 ext. okhttpVersion = " 2.7.5"
6767 ext. okhttp3Version = " 3.5.0"
6868 ext. openjpaVersion = " 2.4.1"
@@ -294,7 +294,7 @@ project("spring-core") {
294294 // further transformed by the JarJar task to depend on org.springframework.asm; this
295295 // avoids including two different copies of asm unnecessarily.
296296 def cglibVersion = " 3.2.4"
297- def objenesisVersion = " 2.4 "
297+ def objenesisVersion = " 2.5 "
298298
299299 configurations {
300300 jarjar
0 commit comments