From 28aac6cda56a6784ad7302095a2c5537ade6470e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Aug 2020 12:53:18 +0100 Subject: [PATCH] Upgrade to Hibernate 5.4.20.Final Closes gh-22877 --- 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 2022e8d0288..06b30a5bcbd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -396,7 +396,7 @@ bom { ] } } - library("Hibernate", "5.4.19.Final") { + library("Hibernate", "5.4.20.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0",