Browse Source

Upgrade to Hibernate 5.4.10.Final

Closes gh-20070
pull/20102/head
Stephane Nicoll 6 years ago
parent
commit
da7dbf085e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -438,7 +438,7 @@ bom { @@ -438,7 +438,7 @@ bom {
]
}
}
library("Hibernate", "5.4.9.Final") {
library("Hibernate", "5.4.10.Final") {
group("org.hibernate") {
modules = [
"hibernate-c3p0",

Loading…
Cancel
Save