From ae16d8ac5e422d705447a9da0a62aea5747d073f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Mar 2025 16:58:34 +0100 Subject: [PATCH] Upgrade to Hibernate 6.6.10.Final Closes gh-44664 --- 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 27c3730775..53643d4433 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -514,7 +514,7 @@ bom { releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}") } } - library("Hibernate", "6.6.9.Final") { + library("Hibernate", "6.6.10.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",