From ebaf6e1c24aee961a852998645c9c1fc527c025e Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 2 Feb 2017 19:00:50 +0100 Subject: [PATCH] Upgrade to Hibernate Validator 5.4 final (and Netty 4.1.8) Issue: SPR-14998 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 001020410b..f452b90b8b 100644 --- a/build.gradle +++ b/build.gradle @@ -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"