Browse Source

Upgrade to Hibernate 6.6.39.Final

Closes gh-48540
3.5.x
Stéphane Nicoll 2 days ago
parent
commit
d5e1cdb9d4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -554,7 +554,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.38.Final") { library("Hibernate", "6.6.39.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