From 7a0af85b6ec630c00e56623ce1f0cc0973c6236b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Aug 2020 12:17:20 +0100 Subject: [PATCH] Upgrade to Hibernate 5.4.20.Final Closes gh-22864 --- 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 7f59a4e3b0..ca30925969 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.18.Final") { + library("Hibernate", "5.4.20.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0",