Browse Source

Upgrade to Hibernate 6.6.28.Final

Closes gh-47097
pull/47304/head
Stéphane Nicoll 5 months ago
parent
commit
dc6fec6ed4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -532,7 +532,7 @@ bom { @@ -532,7 +532,7 @@ bom {
releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}")
}
}
library("Hibernate", "6.6.26.Final") {
library("Hibernate", "6.6.28.Final") {
group("org.hibernate.orm") {
modules = [
"hibernate-agroal",

Loading…
Cancel
Save