Browse Source

Upgrade to Hibernate 5.4.19.Final

Closes gh-22797
pull/22834/head
Andy Wilkinson 6 years ago
parent
commit
84c0b426eb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save