Browse Source

Upgrade to Hibernate 5.4.17.Final

Closes gh-21847
pull/22035/head
Andy Wilkinson 6 years ago
parent
commit
d7913ff1a8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save