Skip to content

Commit 1a088f0

Browse files
committed
Upgrade to Hibernate Validator 5.2.1
1 parent c91c93c commit 1a088f0

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
@@ -39,7 +39,7 @@ configure(allprojects) { project ->
3939
ext.hibernate4Version = "4.3.10.Final"
4040
ext.hibernate5Version = "5.0.0.CR3"
4141
ext.hibval4Version = "4.3.2.Final"
42-
ext.hibval5Version = "5.2.0.Final"
42+
ext.hibval5Version = "5.2.1.Final"
4343
ext.hsqldbVersion = "2.3.2"
4444
ext.httpclientVersion = "4.5"
4545
ext.httpasyncVersion = "4.1"

0 commit comments

Comments
 (0)