Browse Source

Upgrade to Hibernate 5.6.5.Final

Closes gh-29788
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
60cf736e28
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -418,7 +418,7 @@ bom { @@ -418,7 +418,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