From df364987dfb4541a1acd5f32dabb7a6c69f96334 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 11:11:27 +0200 Subject: [PATCH] Upgrade to Hibernate 6.1.4.Final Closes gh-32672 --- 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 5fb3180e31..54e5fc3bbc 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.3.Final") { + library("Hibernate", "6.1.4.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",