@@ -45,25 +45,25 @@ configure(allprojects) { project ->
4545 ext. hibval4Version = " 4.3.2.Final"
4646 ext. hibval5Version = " 5.2.2.Final"
4747 ext. hsqldbVersion = " 2.3.3"
48- ext. httpclientVersion = " 4.5 "
48+ ext. htmlunitVersion = " 2.18 "
4949 ext. httpasyncVersion = " 4.1"
50+ ext. httpclientVersion = " 4.5"
5051 ext. jackson2Version = " 2.6.2"
51- ext. jsonassertVersion = " 1.2.3"
52- ext. jsonpathVersion = " 2.0.0"
53- ext. htmlunitVersion = " 2.18"
5452 ext. jasperreportsVersion = " 6.1.1"
5553 ext. javamailVersion = " 1.5.4"
5654 ext. jettyVersion = " 9.3.3.v20150827"
5755 ext. jodaVersion = " 2.8.2"
58- ext. jrubyVersion = " 1.7.22" // JRuby 9.0.0.0 only supported through JSR-223 (StandardScriptFactory)
56+ ext. jrubyVersion = " 1.7.22" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
57+ ext. jsonassertVersion = " 1.2.3"
58+ ext. jsonpathVersion = " 2.0.0"
5959 ext. jtaVersion = " 1.2"
6060 ext. junitVersion = " 4.12"
61- ext. nettyVersion = " 4.0.31 .Final"
61+ ext. nettyVersion = " 4.0.32 .Final"
6262 ext. okhttpVersion = " 2.5.0"
6363 ext. openjpaVersion = " 2.4.0"
64- ext. poiVersion = " 3.12 "
64+ ext. poiVersion = " 3.13 "
6565 ext. protobufVersion = " 2.6.1"
66- ext. reactorVersion = " 2.0.6.BUILD-SNAPSHOT "
66+ ext. reactorVersion = " 2.0.6.RELEASE "
6767 ext. romeVersion = " 1.5.1"
6868 ext. seleniumVersion = " 2.47.1"
6969 ext. slf4jVersion = " 1.7.12"
@@ -72,7 +72,7 @@ configure(allprojects) { project ->
7272 ext. testngVersion = " 6.9.6"
7373 ext. tiles2Version = " 2.2.2"
7474 ext. tiles3Version = " 3.0.5"
75- ext. tomcatVersion = " 8.0.26 "
75+ ext. tomcatVersion = " 8.0.27 "
7676 ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
7777 ext. undertowVersion = " 1.3.0.CR2"
7878 ext. woodstoxVersion = " 5.0.1"
@@ -508,7 +508,7 @@ project("spring-messaging") {
508508 optional(" io.projectreactor:reactor-net:${ reactorVersion} " ) {
509509 exclude group : " io.netty" , module : " netty-all"
510510 }
511- optional " io.netty:netty-all:$nettyVersion "
511+ optional( " io.netty:netty-all:${ nettyVersion} " )
512512 optional(" org.eclipse.jetty.websocket:websocket-server:${ jettyVersion} " ) {
513513 exclude group : " javax.servlet" , module : " javax.servlet-api"
514514 }
@@ -913,7 +913,7 @@ project("spring-webmvc") {
913913 exclude group : " org.slf4j" , module : " jcl-over-slf4j"
914914 exclude group : " org.springframework" , module : " spring-web"
915915 }
916- optional ' org.webjars:webjars-locator:0.28'
916+ optional( ' org.webjars:webjars-locator:0.28' )
917917 testCompile(project(" :spring-aop" ))
918918 testCompile(" rhino:js:1.7R1" )
919919 testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
0 commit comments