Skip to content

Commit a530a1c

Browse files
committed
Upgrade to Hibernate ORM 5.2.1
Issue: SPR-14327
1 parent 716273d commit a530a1c

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
@@ -46,7 +46,7 @@ configure(allprojects) { project ->
4646
ext.hamcrestVersion = "1.3"
4747
ext.hibernate3Version = "3.6.10.Final"
4848
ext.hibernate4Version = "4.3.11.Final"
49-
ext.hibernate5Version = "5.2.0.Final"
49+
ext.hibernate5Version = "5.2.1.Final"
5050
ext.hibval4Version = "4.3.2.Final"
5151
ext.hibval5Version = "5.2.4.Final"
5252
ext.hsqldbVersion = "2.3.4"

0 commit comments

Comments
 (0)