Browse Source

Upgrade to Hibernate 5.6.3.Final

Closes gh-29214
pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
464ea36ef5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save