Skip to content

Commit 3ed3ecf

Browse files
committed
DATAJPA-1018 - Upgrade Hibernate 5.0 build profile to 5.0.10.
1 parent e4c0634 commit 3ed3ecf

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
@@ -79,13 +79,13 @@
7979
<profile>
8080
<id>hibernate-5</id>
8181
<properties>
82-
<hibernate>5.0.9.Final</hibernate>
82+
<hibernate>5.0.10.Final</hibernate>
8383
</properties>
8484
</profile>
8585
<profile>
8686
<id>hibernate-5-next</id>
8787
<properties>
88-
<hibernate>5.0.10-SNAPSHOTS</hibernate>
88+
<hibernate>5.0.11-SNAPSHOTS</hibernate>
8989
</properties>
9090
<repositories>
9191
<repository>

0 commit comments

Comments
 (0)