From a538b8bef42c9e336a6605288db59bf88c6839c2 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 4 Dec 2024 11:43:27 -0800 Subject: [PATCH] Upgrade to Hibernate 6.6.3.Final Closes gh-43400 --- 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 47f2901355d..c54e8edebf0 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.2.Final") { + library("Hibernate", "6.6.3.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",