Browse Source

Upgrade to Hibernate 6.6.9.Final

Closes gh-44547
pull/44789/head
Stéphane Nicoll 10 months ago
parent
commit
26fcd2dcc3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save