From fcc569e5c4e381417d707873d6fc07afbd77a48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 19 Dec 2024 06:42:19 +0100 Subject: [PATCH] Upgrade to Hibernate 6.6.4.Final Closes gh-43566 --- 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 076e9429848b..465eb30e4067 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.3.Final") { + library("Hibernate", "6.6.4.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",