Browse Source

Upgrade to Hibernate 5.4.32.Final

Closes gh-26787
pull/27348/head
Stephane Nicoll 5 years ago
parent
commit
5be4a9ab50
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -398,7 +398,7 @@ bom { @@ -398,7 +398,7 @@ bom {
]
}
}
library("Hibernate", "5.4.31.Final") {
library("Hibernate", "5.4.32.Final") {
group("org.hibernate") {
modules = [
"hibernate-c3p0",

Loading…
Cancel
Save