DATAMONGO-1461 - Upgrade Hibernate/Validator/JPA dependencies to match Spring 5 baseline.

Upgrade:
* Hibernate Validator to 5.2.4.Final
* JPA API to 2.1.1
* Hibernate Core to 5.2.1.Final
This commit is contained in:
Mark Paluch
2016-07-12 15:52:08 +02:00
committed by Oliver Gierke
parent da5289fc18
commit 4371760272
2 changed files with 4 additions and 4 deletions

View File

@@ -126,7 +126,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.2.0.Final</version>
<version>5.2.4.Final</version>
<scope>test</scope>
</dependency>