From 41d7af5147dc6ad433fcda173c54adcb6391c3dd Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 4 Feb 2025 12:06:23 -0800 Subject: [PATCH] Upgrade to Hibernate 6.6.6.Final Closes gh-44081 --- 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 d9539265fdd..a8445878520 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.5.Final") { + library("Hibernate", "6.6.6.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",