Skip to content

Commit 8095ba4

Browse files
committed
Upgrade to Hibernate Validator 6.2 (and Hibernate ORM 5.4.27)
Closes gh-26255
1 parent bd2edf2 commit 8095ba4

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
@@ -123,8 +123,8 @@ configure(allprojects) { project ->
123123
dependency "net.sf.ehcache:ehcache:2.10.6"
124124
dependency "org.ehcache:jcache:1.0.1"
125125
dependency "org.ehcache:ehcache:3.4.0"
126-
dependency "org.hibernate:hibernate-core:5.4.26.Final"
127-
dependency "org.hibernate:hibernate-validator:6.1.7.Final"
126+
dependency "org.hibernate:hibernate-core:5.4.27.Final"
127+
dependency "org.hibernate:hibernate-validator:6.2.0.Final"
128128
dependency "org.webjars:webjars-locator-core:0.46"
129129
dependency "org.webjars:underscorejs:1.8.3"
130130

0 commit comments

Comments
 (0)