From 098259ead18da9042528b7142fcb54cd09e82ddd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jan 2026 08:46:11 +0000 Subject: [PATCH] Upgrade to Hibernate 6.6.41.Final Closes gh-48881 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 55f637d0aa3..6967d358a5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -557,7 +557,7 @@ bom { releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}") } } - library("Hibernate", "6.6.40.Final") { + library("Hibernate", "6.6.41.Final") { prohibit { versionRange "[7.0.0.Alpha1,)" because "it exceeds our Jakarta EE 10 baseline"