DATAJPA-1018 - Upgrade to Hibernate 5.1.1.

…to benefit from the fix for [0].

[0] https://hibernate.atlassian.net/browse/HHH-10514
This commit is contained in:
Oliver Gierke
2016-12-06 13:37:09 +01:00
parent 81432e7d32
commit 7813c09fe2

View File

@@ -74,13 +74,13 @@
<profile>
<id>hibernate-51</id>
<properties>
<hibernate>5.1.0.Final</hibernate>
<hibernate>5.1.1.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-51-next</id>
<properties>
<hibernate>5.1.1-SNAPSHOT</hibernate>
<hibernate>5.1.2-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>