Browse Source

Upgrade to Hibernate 6.6.17.Final

Closes gh-45830
pull/45855/head
Stéphane Nicoll 8 months ago
parent
commit
85fa9b62ef
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -538,7 +538,7 @@ bom {
releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}") releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}")
} }
} }
library("Hibernate", "6.6.15.Final") { library("Hibernate", "6.6.17.Final") {
prohibit { prohibit {
versionRange "[7.0.0.Alpha1,)" versionRange "[7.0.0.Alpha1,)"
because "it exceeds our Jakarta EE 10 baseline" because "it exceeds our Jakarta EE 10 baseline"

Loading…
Cancel
Save