Browse Source

Upgrade to Hibernate 5.5.7.Final

Closes gh-28008
pull/28028/head
Stephane Nicoll 4 years ago
parent
commit
494e005981
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -409,7 +409,7 @@ bom { @@ -409,7 +409,7 @@ bom {
]
}
}
library("Hibernate", "5.5.6.Final") {
library("Hibernate", "5.5.7.Final") {
prohibit("[6.0.0.Alpha2,)") {
because "it uses the jakarta.* namespace"
}

Loading…
Cancel
Save