Browse Source

Upgrade to Hibernate 6.2.7.Final

Closes gh-36928
pull/38706/head
Stephane Nicoll 3 years ago
parent
commit
be3f8a6ae5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -369,7 +369,7 @@ bom {
] ]
} }
} }
library("Hibernate", "6.2.6.Final") { library("Hibernate", "6.2.7.Final") {
group("org.hibernate.orm") { group("org.hibernate.orm") {
modules = [ modules = [
"hibernate-agroal", "hibernate-agroal",

Loading…
Cancel
Save