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:
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user