From 8738e05f59a3b33f39bd31edf687384053ff56e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 14:25:29 +0200 Subject: [PATCH] Upgrade to Hibernate 5.4.21.Final Closes gh-23311 --- 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 5bdd8f27f2..d340fd429a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -410,7 +410,7 @@ bom { ] } } - library("Hibernate", "5.4.20.Final") { + library("Hibernate", "5.4.21.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0",