Browse Source

Upgrade to Hibernate 6.6.39.Final

Closes gh-48538
3.4.x
Stéphane Nicoll 2 days ago
parent
commit
06303a442b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save