Browse Source

Upgrade to Hibernate 6.2.2.Final

Closes gh-35275
pull/35333/head
Andy Wilkinson 3 years ago
parent
commit
306dc637a0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save