From 04339b839bdbf058ca7fdc59131c89ffb3707fc5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:14 +0000 Subject: [PATCH] Upgrade to Hibernate 5.4.29.Final Closes gh-25662 --- 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 a52b26ea1a..fe26b12af0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -403,7 +403,7 @@ bom { ] } } - library("Hibernate", "5.4.28.Final") { + library("Hibernate", "5.4.29.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" }