#252 - Upgraded to Spring Boot 1.5 snapshots (and thus Ingalls).

Let JPA examples work with latest Hibernate (5.2.7).
This commit is contained in:
Oliver Gierke
2017-01-27 12:29:41 +01:00
parent c523b8d468
commit 4cf37f3527
6 changed files with 3 additions and 24 deletions

View File

@@ -30,7 +30,7 @@
</modules>
<properties>
<hibernate.version>5.2.5.Final</hibernate.version>
<hibernate.version>5.2.7.Final</hibernate.version>
</properties>
<dependencies>