Skip to content

Commit 39739b3

Browse files
committed
Upgrade to Hibernate Validator 5.4 beta 1
Issue: SPR-14998
1 parent 52799c0 commit 39739b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ configure(allprojects) { project ->
4949
ext.gsonVersion = "2.8.0"
5050
ext.hamcrestVersion = "1.3"
5151
ext.hibernate5Version = "5.2.5.Final"
52-
ext.hibval5Version = "5.3.3.Final"
52+
ext.hibval5Version = "5.4.0.Beta1"
5353
ext.hsqldbVersion = "2.3.4"
5454
ext.httpasyncVersion = "4.1.2"
5555
ext.httpclientVersion = "4.5.2"

0 commit comments

Comments
 (0)