Browse Source

Upgrade to Hibernate 7.0.5.Final

Closes gh-46327
pull/46355/head
Stéphane Nicoll 7 months ago
parent
commit
bd09c786ab
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save