From 152fc42d4e467365ac08226202c45d3df51fccf9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:55:20 +0100 Subject: [PATCH] Upgrade to Hibernate 6.2.5.Final Closes gh-35951 --- 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 569a372709..9946b8d70f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -365,7 +365,7 @@ bom { ] } } - library("Hibernate", "6.2.4.Final") { + library("Hibernate", "6.2.5.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal",