Browse Source

Upgrade to Hibernate 6.6.18.Final

Closes gh-45956
pull/45853/head
Stéphane Nicoll 6 months ago
parent
commit
ecefd43fae
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save