@@ -50,12 +50,12 @@ configure(allprojects) { project ->
50
50
ext. gsonVersion = " 2.8.0"
51
51
ext. hamcrestVersion = " 1.3"
52
52
ext. hibernate5Version = " 5.2.6.Final"
53
- ext. hibval5Version = " 5.4.0.Beta1 "
53
+ ext. hibval5Version = " 5.4.0.CR1 "
54
54
ext. hsqldbVersion = " 2.3.4"
55
55
ext. httpasyncVersion = " 4.1.2"
56
56
ext. httpclientVersion = " 4.5.2"
57
57
ext. interceptorApiVersion = " 1.2"
58
- ext. jackson2Version = " 2.8.5 "
58
+ ext. jackson2Version = " 2.8.6 "
59
59
ext. javamailVersion = " 1.5.6"
60
60
ext. jaxbVersion = " 2.2.11"
61
61
ext. jaxwsVersion = " 2.2.11"
@@ -72,7 +72,7 @@ configure(allprojects) { project ->
72
72
ext. junitPlatformVersion = ' 1.0.0-M3'
73
73
ext. kotlinVersion = " 1.0.6" // Also change kotlin-gradle-plugin version when upgrading
74
74
ext. log4jVersion = ' 2.7'
75
- ext. nettyVersion = " 4.1.6 .Final"
75
+ ext. nettyVersion = " 4.1.7 .Final"
76
76
ext. okhttpVersion = " 2.7.5"
77
77
ext. okhttp3Version = " 3.5.0"
78
78
ext. poiVersion = " 3.15"
@@ -865,7 +865,7 @@ project("spring-web-reactive") {
865
865
testRuntime(" org.jboss.xnio:xnio-nio:${ xnioVersion} " )
866
866
testRuntime(" org.jboss.logging:jboss-logging:3.3.0.Final" )
867
867
testRuntime(" org.webjars:underscorejs:1.8.3" )
868
- testRuntime(" org.jruby:jruby:9.1.6 .0" )
868
+ testRuntime(" org.jruby:jruby:9.1.7 .0" )
869
869
testRuntime(" org.python:jython-standalone:2.5.3" )
870
870
}
871
871
@@ -969,7 +969,7 @@ project("spring-webmvc") {
969
969
testCompile(" joda-time:joda-time:${ jodaVersion} " )
970
970
testCompile(" org.slf4j:slf4j-jcl:${ slf4jVersion} " )
971
971
testCompile(" org.mozilla:rhino:1.7.7.1" )
972
- testRuntime(" org.jruby:jruby:9.1.6 .0" )
972
+ testRuntime(" org.jruby:jruby:9.1.7 .0" )
973
973
testRuntime(" org.python:jython-standalone:2.5.3" )
974
974
// Ideally, kotlin-script-runtime should be enough for JSR-223, but that's not
975
975
// the case yet, so we depend on kotlin-script-util and exclude these
0 commit comments