From 6717b7d4e4d60337c7c4f134f58074bf94c37dd8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Sep 2023 17:06:15 +0100 Subject: [PATCH] Upgrade to Hibernate 6.2.9.Final Closes gh-37465 --- 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 e1908c4a78..177df502ba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -371,7 +371,7 @@ bom { ] } } - library("Hibernate", "6.2.8.Final") { + library("Hibernate", "6.2.9.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",