Browse Source

Upgrade to Hibernate 5.4.30.Final

Closes gh-26050
pull/26078/head
Stephane Nicoll 5 years ago
parent
commit
a2df809e8c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save