Browse Source

Upgrade to Hibernate 5.4.18.Final

Closes gh-22461
pull/22996/head
Andy Wilkinson 6 years ago
parent
commit
c368f38e88
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -409,7 +409,7 @@ bom { @@ -409,7 +409,7 @@ bom {
]
}
}
library("Hibernate", "5.4.17.Final") {
library("Hibernate", "5.4.18.Final") {
group("org.hibernate") {
modules = [
"hibernate-c3p0",

Loading…
Cancel
Save