From 42f6e2ba650d2e0bffd8a920eb2ea3d83465bc54 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:46:46 +0100 Subject: [PATCH] Upgrade to Hibernate 6.2.13.Final Closes gh-37854 --- 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 8f2c3e78890d..ab22f69ad7f2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -367,7 +367,7 @@ bom { ] } } - library("Hibernate", "6.2.12.Final") { + library("Hibernate", "6.2.13.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",