Skip to content

Commit baf34c4

Browse files
committed
Upgrade to Hibernate 6.5.2.Final
Closes gh-40867
1 parent bd364a4 commit baf34c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-5
Original file line numberDiff line numberDiff line change
@@ -509,11 +509,7 @@ bom {
509509
releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}")
510510
}
511511
}
512-
library("Hibernate", "6.5.0.Final") {
513-
prohibit {
514-
versionRange "[6.5.1.Final,6.5.1.Final]"
515-
because "it contains a regression (https://hibernate.atlassian.net/browse/HHH-18108)"
516-
}
512+
library("Hibernate", "6.5.2.Final") {
517513
group("org.hibernate.orm") {
518514
modules = [
519515
"hibernate-agroal",

0 commit comments

Comments
 (0)