Browse Source

Upgrade to Hibernate 6.6.36.Final

Closes gh-48146
pull/48297/head
Stéphane Nicoll 1 month ago
parent
commit
a4edda3e58
  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.34.Final") {
library("Hibernate", "6.6.36.Final") {
group("org.hibernate.orm") {
modules = [
"hibernate-agroal",

Loading…
Cancel
Save