Skip to content

Commit

Permalink
Upgrade to Hibernate 6.5.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed May 22, 2024
1 parent bd364a4 commit baf34c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,7 @@ bom {
releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}")
}
}
library("Hibernate", "6.5.0.Final") {
prohibit {
versionRange "[6.5.1.Final,6.5.1.Final]"
because "it contains a regression (https://hibernate.atlassian.net/browse/HHH-18108)"
}
library("Hibernate", "6.5.2.Final") {
group("org.hibernate.orm") {
modules = [
"hibernate-agroal",
Expand Down

0 comments on commit baf34c4

Please sign in to comment.