From 06303a442b259161f21ad752322fcff59d35eecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 16 Dec 2025 08:10:58 +0100 Subject: [PATCH] Upgrade to Hibernate 6.6.39.Final Closes gh-48538 --- 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 175e0927a64..9a9953e9259 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -532,7 +532,7 @@ bom { releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}") } } - library("Hibernate", "6.6.38.Final") { + library("Hibernate", "6.6.39.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",