We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc08ad commit e087bbeCopy full SHA for e087bbe
build.gradle
@@ -53,7 +53,7 @@ version = projectVersion
53
// ./gradlew clean build -PhibernateOrmVersion=5.6.15-SNAPSHOT
54
ext {
55
if ( !project.hasProperty('hibernateOrmVersion') ) {
56
- hibernateOrmVersion = '6.2.13.Final'
+ hibernateOrmVersion = '6.2.19.Final'
57
}
58
if ( !project.hasProperty( 'hibernateOrmGradlePluginVersion' ) ) {
59
// Same as ORM as default
0 commit comments