Browse Source

Upgrade to Hibernate 6.6.6.Final

Closes gh-44081
pull/44100/head
Phillip Webb 11 months ago
parent
commit
41d7af5147
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save