From 494e005981a2e7db8bbfbaaf1ef6c423e16bfadc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:41 +0200 Subject: [PATCH] Upgrade to Hibernate 5.5.7.Final Closes gh-28008 --- 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 688723b43fa..1feb62d9a8b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -409,7 +409,7 @@ bom { ] } } - library("Hibernate", "5.5.6.Final") { + library("Hibernate", "5.5.7.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" }