Browse Source

Upgrade to Hibernate 5.4.22.Final

Closes gh-23870
pull/26228/head
Andy Wilkinson 5 years ago
parent
commit
eb9dafe4ee
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save