Upgrade to Hibernate Validator 5.4 final (and Netty 4.1.8)

Issue: SPR-14998
This commit is contained in:
Juergen Hoeller
2017-02-02 19:00:50 +01:00
parent 7399956708
commit ebaf6e1c24

View File

@@ -51,7 +51,7 @@ configure(allprojects) { project ->
ext.gsonVersion = "2.8.0"
ext.hamcrestVersion = "1.3"
ext.hibernate5Version = "5.2.7.Final"
ext.hibval5Version = "5.4.0.CR1"
ext.hibval5Version = "5.4.0.Final"
ext.hsqldbVersion = "2.3.4"
ext.httpasyncVersion = "4.1.2"
ext.httpclientVersion = "4.5.3"
@@ -73,7 +73,7 @@ configure(allprojects) { project ->
ext.junitPlatformVersion = '1.0.0-M3'
ext.kotlinVersion = "1.1.0-beta-17" // also change kotlin-gradle-plugin version when upgrading
ext.log4jVersion = '2.8'
ext.nettyVersion = "4.1.7.Final"
ext.nettyVersion = "4.1.8.Final"
ext.okhttpVersion = "2.7.5"
ext.okhttp3Version = "3.6.0"
ext.poiVersion = "3.15"