HHH-14299 Upgrade to Hibernate Commons Annotations 5.1.2.Final

This commit is contained in:
Sanne Grinovero 2020-10-30 16:53:18 +00:00
parent b24a3cbf2d
commit 9391768d5a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ext {
bytemanVersion = '4.0.13' //Compatible with JDK16
jnpVersion = '5.0.6.CR1'
hibernateCommonsVersion = '5.1.1.Final'
hibernateCommonsVersion = '5.1.2.Final'
hibernateValidatorVersion = '6.1.5.Final'
validationApiVersion = '2.0.1.Final'
elVersion = '3.0.1-b09'