From 689dae1b1435c36e0a9122522b28803a56490c90 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:10:55 +0200 Subject: [PATCH] Upgrade to Hibernate 5.6.10.Final Closes gh-31738 --- 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 73cacf5f1040..be858cd33bd4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -454,7 +454,7 @@ bom { ] } } - library("Hibernate", "5.6.9.Final") { + library("Hibernate", "5.6.10.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" }