Skip to content

Commit 1929994

Browse files
committed
DATAJPA-1018 - Upgrade to Hibernate 5.1.1.
…to benefit from the fix for [0]. [0] https://hibernate.atlassian.net/browse/HHH-10514
1 parent b27c962 commit 1929994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@
9797
<profile>
9898
<id>hibernate-51</id>
9999
<properties>
100-
<hibernate>5.1.0.Final</hibernate>
100+
<hibernate>5.1.1.Final</hibernate>
101101
</properties>
102102
</profile>
103103
<profile>
104104
<id>hibernate-51-next</id>
105105
<properties>
106-
<hibernate>5.1.1-SNAPSHOT</hibernate>
106+
<hibernate>5.1.2-SNAPSHOT</hibernate>
107107
</properties>
108108
<repositories>
109109
<repository>

0 commit comments

Comments
 (0)