From 706de82d393cca416a3dcbd6f54f9e4be8615dba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:45:29 +0100 Subject: [PATCH] Upgrade to Hibernate 5.4.23.Final Closes gh-24085 --- 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 a4aa2ad4399d..5e48b2a8dbd6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -395,7 +395,7 @@ bom { ] } } - library("Hibernate", "5.4.22.Final") { + library("Hibernate", "5.4.23.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0",