From 19c3078623af9cab0e01b9e1b7e7859288f1af6e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 Oct 2022 09:33:19 +0200 Subject: [PATCH] Upgrade to Hibernate 5.6.12.Final Closes gh-32649 --- 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 150b3201f6f9..c39266e1817e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -426,7 +426,7 @@ bom { ] } } - library("Hibernate", "5.6.11.Final") { + library("Hibernate", "5.6.12.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" }