Browse Source

Upgrade to Hibernate 6.6.7.Final

Closes gh-44220
pull/44380/head
Stéphane Nicoll 1 year ago
parent
commit
812bc4e09b
  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.6.Final") {
library("Hibernate", "6.6.7.Final") {
group("org.hibernate.orm") {
modules = [
"hibernate-agroal",

Loading…
Cancel
Save