Skip to content

Commit e087bbe

Browse files
committed
[hibernate#1833] Upgrade Hibernate ORM to 6.2.19.Final
1 parent fdc08ad commit e087bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ version = projectVersion
5353
// ./gradlew clean build -PhibernateOrmVersion=5.6.15-SNAPSHOT
5454
ext {
5555
if ( !project.hasProperty('hibernateOrmVersion') ) {
56-
hibernateOrmVersion = '6.2.13.Final'
56+
hibernateOrmVersion = '6.2.19.Final'
5757
}
5858
if ( !project.hasProperty( 'hibernateOrmGradlePluginVersion' ) ) {
5959
// Same as ORM as default

0 commit comments

Comments
 (0)