From 8e3f9cbc1a32c96b1b35869f698cb8abda52c533 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 28 Nov 2023 17:47:40 +0000 Subject: [PATCH] Upgrade to Hibernate 6.4.0.Final Closes gh-38523 --- 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 1768b5b755..661c6a1618 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -377,7 +377,7 @@ bom { ] } } - library("Hibernate", "6.3.1.Final") { + library("Hibernate", "6.4.0.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",