From b88ed85994990f56e9b2b601396ef4f66f97ec12 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sat, 10 Sep 2016 12:39:46 +0200 Subject: [PATCH] Upgrade to Hibernate Validator 5.3 CR1 (and Protobuf 3.0.2) Issue: SPR-13965 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0076827b4a..aa18d4ecf8 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ configure(allprojects) { project -> ext.gsonVersion = "2.7" ext.hamcrestVersion = "1.3" ext.hibernate5Version = "5.2.2.Final" - ext.hibval5Version = "5.2.4.Final" + ext.hibval5Version = "5.3.0.CR1" ext.hsqldbVersion = "2.3.4" ext.httpasyncVersion = "4.1.2" ext.httpclientVersion = "4.5.2" @@ -72,7 +72,7 @@ configure(allprojects) { project -> ext.okhttpVersion = "2.7.5" ext.okhttp3Version = "3.4.1" ext.poiVersion = "3.14" - ext.protobufVersion = "3.0.0" + ext.protobufVersion = "3.0.2" ext.quartzVersion = "2.2.3" ext.reactivestreamsVersion = "1.0.0" ext.reactorVersion = "2.0.8.RELEASE"