Browse Source

Upgrade to Hibernate 7.0.2.Final

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

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

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

Loading…
Cancel
Save