@@ -56,13 +56,13 @@ configure(allprojects) { project ->
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.1.v20170120 " // for spring-websocket support, optimized for Jetty 9.4
59
+ ext. jetty94Version = " 9.4.2.v20170220 " // for spring-websocket support, optimized for Jetty 9.4
60
60
ext. jodaVersion = " 2.9.7"
61
- ext. jrubyVersion = " 1.7.26" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
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.7 .Final"
65
+ ext. nettyVersion = " 4.1.8 .Final"
66
66
ext. okhttpVersion = " 2.7.5"
67
67
ext. okhttp3Version = " 3.6.0"
68
68
ext. openjpaVersion = " 2.4.1"
@@ -293,7 +293,7 @@ project("spring-core") {
293
293
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
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
- def cglibVersion = " 3.2.4 "
296
+ def cglibVersion = " 3.2.5 "
297
297
def objenesisVersion = " 2.5.1"
298
298
299
299
configurations {
@@ -874,7 +874,7 @@ project("spring-webmvc") {
874
874
testCompile(" org.hibernate:hibernate-validator:${ hibval4Version} " )
875
875
testCompile(" org.apache.httpcomponents:httpclient:${ httpclientVersion} " )
876
876
testCompile(" commons-fileupload:commons-fileupload:${ fileuploadVersion} " )
877
- testCompile(" commons-io:commons-io:1.3 " )
877
+ testCompile(" commons-io:commons-io:1.4 " )
878
878
testCompile(" joda-time:joda-time:${ jodaVersion} " )
879
879
testCompile(" org.slf4j:slf4j-jcl:${ slf4jVersion} " )
880
880
testCompile(" org.mozilla:rhino:1.7.7.1" )
0 commit comments