From 544abfd9ae07fcb90d3ed3d0e6f24cf30e620ac5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:16 +0100 Subject: [PATCH] Upgrade to Hibernate 5.4.31.Final Closes gh-26539 --- 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 75d84a9218..80af403ba0 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.30.Final") { + library("Hibernate", "5.4.31.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" }