Browse Source

Upgrade to Hibernate 6.5.0.CR1

Closes gh-40247
pull/40319/head
Andy Wilkinson 2 years ago
parent
commit
a5dbf2b467
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -509,7 +509,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.4.4.Final") { library("Hibernate", "6.5.0.CR1") {
group("org.hibernate.orm") { group("org.hibernate.orm") {
modules = [ modules = [
"hibernate-agroal", "hibernate-agroal",

Loading…
Cancel
Save