From 858a48d979cee484a7c1041b96ec6b8bffb593b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 06:15:29 +0200 Subject: [PATCH] Upgrade to Hibernate 5.6.12.Final Closes gh-32665 --- 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 b26a3787df..d1385d092a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -457,7 +457,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" }