Skip to content

Commit bb9e561

Browse files
committed
Upgrade to Hibernate Validator 5.4 CR1
(plus Jackson 2.8.6, Netty 4.1.7, JRuby 9.1.7) Issue: SPR-14998
1 parent c9835f0 commit bb9e561

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ configure(allprojects) { project ->
5050
ext.gsonVersion = "2.8.0"
5151
ext.hamcrestVersion = "1.3"
5252
ext.hibernate5Version = "5.2.6.Final"
53-
ext.hibval5Version = "5.4.0.Beta1"
53+
ext.hibval5Version = "5.4.0.CR1"
5454
ext.hsqldbVersion = "2.3.4"
5555
ext.httpasyncVersion = "4.1.2"
5656
ext.httpclientVersion = "4.5.2"
5757
ext.interceptorApiVersion = "1.2"
58-
ext.jackson2Version = "2.8.5"
58+
ext.jackson2Version = "2.8.6"
5959
ext.javamailVersion = "1.5.6"
6060
ext.jaxbVersion = "2.2.11"
6161
ext.jaxwsVersion = "2.2.11"
@@ -72,7 +72,7 @@ configure(allprojects) { project ->
7272
ext.junitPlatformVersion = '1.0.0-M3'
7373
ext.kotlinVersion = "1.0.6" // Also change kotlin-gradle-plugin version when upgrading
7474
ext.log4jVersion = '2.7'
75-
ext.nettyVersion = "4.1.6.Final"
75+
ext.nettyVersion = "4.1.7.Final"
7676
ext.okhttpVersion = "2.7.5"
7777
ext.okhttp3Version = "3.5.0"
7878
ext.poiVersion = "3.15"
@@ -865,7 +865,7 @@ project("spring-web-reactive") {
865865
testRuntime("org.jboss.xnio:xnio-nio:${xnioVersion}")
866866
testRuntime("org.jboss.logging:jboss-logging:3.3.0.Final")
867867
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")
869869
testRuntime("org.python:jython-standalone:2.5.3")
870870
}
871871

@@ -969,7 +969,7 @@ project("spring-webmvc") {
969969
testCompile("joda-time:joda-time:${jodaVersion}")
970970
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
971971
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")
973973
testRuntime("org.python:jython-standalone:2.5.3")
974974
// Ideally, kotlin-script-runtime should be enough for JSR-223, but that's not
975975
// the case yet, so we depend on kotlin-script-util and exclude these

0 commit comments

Comments
 (0)