From 419cc94653d3b26d3b89055b4c50bc79dfc2fa08 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Sep 2023 19:45:41 +0100 Subject: [PATCH] Upgrade to Hibernate 6.3.1.Final Closes gh-37476 --- 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 77cd6741f1c..8edc70ef7c5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -376,7 +376,7 @@ bom { ] } } - library("Hibernate", "6.2.8.Final") { + library("Hibernate", "6.3.1.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",