We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd364a4 commit baf34c4Copy full SHA for baf34c4
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -509,11 +509,7 @@ bom {
509
releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}")
510
}
511
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
- }
+ library("Hibernate", "6.5.2.Final") {
517
group("org.hibernate.orm") {
518
modules = [
519
"hibernate-agroal",
0 commit comments