Browse Source

Upgrade to Hibernate 5.6.10.Final

Closes gh-31724
pull/32521/head
Stephane Nicoll 3 years ago
parent
commit
6b54aefe3e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save