Browse Source

Upgrade to Hibernate 5.6.5.Final

Closes gh-29837
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
334f198353
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save