From a2df809e8c28548f781b12a236f45e3fd2fd3cec Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:09 +0200 Subject: [PATCH] Upgrade to Hibernate 5.4.30.Final Closes gh-26050 --- 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 13aaeb590c..5c3a2b9b97 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.29.Final") { + library("Hibernate", "5.4.30.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" }