#365 - Upgrade to Hibernate 5.3.

This commit is contained in:
Mark Paluch
2018-05-17 16:17:24 +02:00
parent 7df0eb5b3d
commit 8b7869d0df

View File

@@ -33,7 +33,7 @@
<profile> <profile>
<id>hibernate-53</id> <id>hibernate-53</id>
<properties> <properties>
<hibernate.version>5.3.0.CR1</hibernate.version> <hibernate.version>5.3.0.Final</hibernate.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>