Skip to content

Commit

Permalink
[hibernate#1857] Upgrade Hibernate ORM to 6.5.0.CR2
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Apr 15, 2024
1 parent 14906b7 commit 5fc8cb4
Show file tree
Hide file tree
Showing 81 changed files with 2,584 additions and 1,595 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ org.gradle.java.installations.auto-download=false
#enableMavenLocalRepo = true

# Override default Hibernate ORM version
#hibernateOrmVersion = 6.4.0.Final
hibernateOrmVersion = 6.5.0.CR2

# Override default Hibernate ORM Gradle plugin version
# Using the stable version because I don't know how to configure the build to download the snapshot version from
# a remote repository
#hibernateOrmGradlePluginVersion = 6.4.0.Final
#hibernateOrmGradlePluginVersion = 6.5.0.CR2

# If set to true, skip Hibernate ORM version parsing (default is true, if set to null)
# this is required when using intervals or weird versions or the build will fail
Expand Down
Loading

0 comments on commit 5fc8cb4

Please sign in to comment.