Browse Source

Upgrade to Hibernate 6.6.20.Final

Closes gh-46386
pull/46604/head
Stéphane Nicoll 5 months ago
parent
commit
f38980a4e0
  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.18.Final") {
library("Hibernate", "6.6.20.Final") {
group("org.hibernate.orm") {
modules = [
"hibernate-agroal",

Loading…
Cancel
Save