@@ -45,25 +45,25 @@ configure(allprojects) { project ->
45
45
ext. hibval4Version = " 4.3.2.Final"
46
46
ext. hibval5Version = " 5.2.2.Final"
47
47
ext. hsqldbVersion = " 2.3.3"
48
- ext. httpclientVersion = " 4.5 "
48
+ ext. htmlunitVersion = " 2.18 "
49
49
ext. httpasyncVersion = " 4.1"
50
+ ext. httpclientVersion = " 4.5"
50
51
ext. jackson2Version = " 2.6.2"
51
- ext. jsonassertVersion = " 1.2.3"
52
- ext. jsonpathVersion = " 2.0.0"
53
- ext. htmlunitVersion = " 2.18"
54
52
ext. jasperreportsVersion = " 6.1.1"
55
53
ext. javamailVersion = " 1.5.4"
56
54
ext. jettyVersion = " 9.3.3.v20150827"
57
55
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"
59
59
ext. jtaVersion = " 1.2"
60
60
ext. junitVersion = " 4.12"
61
- ext. nettyVersion = " 4.0.31 .Final"
61
+ ext. nettyVersion = " 4.0.32 .Final"
62
62
ext. okhttpVersion = " 2.5.0"
63
63
ext. openjpaVersion = " 2.4.0"
64
- ext. poiVersion = " 3.12 "
64
+ ext. poiVersion = " 3.13 "
65
65
ext. protobufVersion = " 2.6.1"
66
- ext. reactorVersion = " 2.0.6.BUILD-SNAPSHOT "
66
+ ext. reactorVersion = " 2.0.6.RELEASE "
67
67
ext. romeVersion = " 1.5.1"
68
68
ext. seleniumVersion = " 2.47.1"
69
69
ext. slf4jVersion = " 1.7.12"
@@ -72,7 +72,7 @@ configure(allprojects) { project ->
72
72
ext. testngVersion = " 6.9.6"
73
73
ext. tiles2Version = " 2.2.2"
74
74
ext. tiles3Version = " 3.0.5"
75
- ext. tomcatVersion = " 8.0.26 "
75
+ ext. tomcatVersion = " 8.0.27 "
76
76
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
77
77
ext. undertowVersion = " 1.3.0.CR2"
78
78
ext. woodstoxVersion = " 5.0.1"
@@ -508,7 +508,7 @@ project("spring-messaging") {
508
508
optional(" io.projectreactor:reactor-net:${ reactorVersion} " ) {
509
509
exclude group : " io.netty" , module : " netty-all"
510
510
}
511
- optional " io.netty:netty-all:$nettyVersion "
511
+ optional( " io.netty:netty-all:${ nettyVersion} " )
512
512
optional(" org.eclipse.jetty.websocket:websocket-server:${ jettyVersion} " ) {
513
513
exclude group : " javax.servlet" , module : " javax.servlet-api"
514
514
}
@@ -913,7 +913,7 @@ project("spring-webmvc") {
913
913
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
914
914
exclude group : " org.springframework" , module : " spring-web"
915
915
}
916
- optional ' org.webjars:webjars-locator:0.28'
916
+ optional( ' org.webjars:webjars-locator:0.28' )
917
917
testCompile(project(" :spring-aop" ))
918
918
testCompile(" rhino:js:1.7R1" )
919
919
testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
0 commit comments