Skip to content

Commit 79e24ae

Browse files
committed
Upgrade to Hibernate ORM 5.0 GA
Issue: SPR-13002
1 parent 05a16a1 commit 79e24ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ configure(allprojects) { project ->
4040
ext.hamcrestVersion = "1.3"
4141
ext.hibernate3Version = "3.6.10.Final"
4242
ext.hibernate4Version = "4.3.11.Final"
43-
ext.hibernate5Version = "5.0.0.CR4"
43+
ext.hibernate5Version = "5.0.0.Final"
4444
ext.hibval4Version = "4.3.2.Final"
4545
ext.hibval5Version = "5.2.1.Final"
4646
ext.hsqldbVersion = "2.3.3"

0 commit comments

Comments
 (0)