From 464ea36ef57f9d2015bba0776830a2ebcd7286b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 08:22:17 +0100 Subject: [PATCH] Upgrade to Hibernate 5.6.3.Final Closes gh-29214 --- 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 2ba9ca6dd30..0420e76396a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -428,7 +428,7 @@ bom { ] } } - library("Hibernate", "5.6.1.Final") { + library("Hibernate", "5.6.3.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" }