Browse Source

Upgrade to Hibernate 6.3.1.Final

Closes gh-37476
pull/34900/head
Andy Wilkinson 2 years ago
parent
commit
419cc94653
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save