Browse Source

Upgrade to Hibernate 5.4.30.Final

Closes gh-25956
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
79679ff314
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -413,7 +413,7 @@ bom {
] ]
} }
} }
library("Hibernate", "5.4.28.Final") { library("Hibernate", "5.4.30.Final") {
group("org.hibernate") { group("org.hibernate") {
modules = [ modules = [
"hibernate-c3p0", "hibernate-c3p0",

Loading…
Cancel
Save