From 0364f17d4120474d3f2d5169d128190ef022b097 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 15:50:01 +0100 Subject: [PATCH] Upgrade to Hibernate 6.5.0.Final Closes gh-40740 --- 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 3b01723c72..65b27d2a02 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -509,7 +509,7 @@ bom { releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}") } } - library("Hibernate", "6.5.0.CR2") { + library("Hibernate", "6.5.0.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",