From dfa95a238ddc2d1ecd5d18e5d76b5c5358cd5aaf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:33:08 +0100 Subject: [PATCH] Upgrade to Hibernate 5.6.7.Final Closes gh-30338 --- 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 5d45b9282b..b30e086513 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -421,7 +421,7 @@ bom { ] } } - library("Hibernate", "5.6.6.Final") { + library("Hibernate", "5.6.7.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" }