Skip to content

Commit 0fbf016

Browse files
committed
[#1389] Upgrade Hibernate ORM to 5.6.12.Final
1 parent 62db573 commit 0fbf016

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
@@ -53,7 +53,7 @@ version = projectVersion
5353
// ./gradlew clean build -PhibernateOrmVersion=5.6.9-SNAPSHOT
5454
ext {
5555
if ( !project.hasProperty('hibernateOrmVersion') ) {
56-
hibernateOrmVersion = '5.6.11.Final'
56+
hibernateOrmVersion = '5.6.12.Final'
5757
}
5858
// For ORM, we need a parsed version (to get the family, ...)
5959

0 commit comments

Comments
 (0)