Skip to content

Commit

Permalink
[hibernate#1833] Upgrade Hibernate ORM to 6.2.19.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Jan 12, 2024
1 parent c4ccbdf commit 172126a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ version = projectVersion
// ./gradlew clean build -PhibernateOrmVersion=5.6.15-SNAPSHOT
ext {
if ( !project.hasProperty('hibernateOrmVersion') ) {
hibernateOrmVersion = '6.2.13.Final'
hibernateOrmVersion = '6.2.19.Final'
}
if ( !project.hasProperty( 'hibernateOrmGradlePluginVersion' ) ) {
// Same as ORM as default
Expand Down

0 comments on commit 172126a

Please sign in to comment.