From 335a09204e6adaf812e3a7a3e7bc83eca9fd907f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 1 Nov 2022 19:54:56 +0000 Subject: [PATCH] Upgrade to Hibernate 6.1.5.Final Closes gh-32958 --- 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 d68c90c0a8..d911fcc3ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -345,7 +345,7 @@ bom { ] } } - library("Hibernate", "6.1.4.Final") { + library("Hibernate", "6.1.5.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",