Skip to content

Commit b88ed85

Browse files
committed
Upgrade to Hibernate Validator 5.3 CR1 (and Protobuf 3.0.2)
Issue: SPR-13965
1 parent d631b4c commit b88ed85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ configure(allprojects) { project ->
4848
ext.gsonVersion = "2.7"
4949
ext.hamcrestVersion = "1.3"
5050
ext.hibernate5Version = "5.2.2.Final"
51-
ext.hibval5Version = "5.2.4.Final"
51+
ext.hibval5Version = "5.3.0.CR1"
5252
ext.hsqldbVersion = "2.3.4"
5353
ext.httpasyncVersion = "4.1.2"
5454
ext.httpclientVersion = "4.5.2"
@@ -72,7 +72,7 @@ configure(allprojects) { project ->
7272
ext.okhttpVersion = "2.7.5"
7373
ext.okhttp3Version = "3.4.1"
7474
ext.poiVersion = "3.14"
75-
ext.protobufVersion = "3.0.0"
75+
ext.protobufVersion = "3.0.2"
7676
ext.quartzVersion = "2.2.3"
7777
ext.reactivestreamsVersion = "1.0.0"
7878
ext.reactorVersion = "2.0.8.RELEASE"

0 commit comments

Comments
 (0)