Browse Source

Upgrade to Hibernate 5.4.21.Final

Closes gh-23350
pull/23403/head
Stephane Nicoll 5 years ago
parent
commit
f3087d09e5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -396,7 +396,7 @@ bom { @@ -396,7 +396,7 @@ bom {
]
}
}
library("Hibernate", "5.4.20.Final") {
library("Hibernate", "5.4.21.Final") {
group("org.hibernate") {
modules = [
"hibernate-c3p0",

Loading…
Cancel
Save