Browse Source

Upgrade to Hibernate 5.4.28.Final

Closes gh-25192
pull/25265/head
Andy Wilkinson 5 years ago
parent
commit
adc601b72c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -413,7 +413,7 @@ bom { @@ -413,7 +413,7 @@ bom {
]
}
}
library("Hibernate", "5.4.27.Final") {
library("Hibernate", "5.4.28.Final") {
group("org.hibernate") {
modules = [
"hibernate-c3p0",

Loading…
Cancel
Save