Upgrade to Hibernate Validator 6.0.2.Final

Closes gh-9969
This commit is contained in:
Raja Kolli
2017-08-08 01:46:08 +05:30
committed by Stephane Nicoll
parent ac9c2c0bd5
commit a4a0eef186
13 changed files with 27 additions and 12 deletions

View File

@@ -101,7 +101,7 @@
</dependency>
<!-- Test -->
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>