From 8f1bda83be2c231c6ec2d8406c8cfb30c3dfa7ed Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:46 +0000 Subject: [PATCH] Upgrade to Hibernate 5.4.28.Final Closes gh-25208 --- 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 d6be96fb06..0f041c9545 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -398,7 +398,7 @@ bom { ] } } - library("Hibernate", "5.4.27.Final") { + library("Hibernate", "5.4.28.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0",