Browse Source

Upgrade to Hibernate 5.6.7.Final

Closes gh-30338
pull/30349/head
Stephane Nicoll 4 years ago
parent
commit
dfa95a238d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save