From 5341fe889f8135ef3776fcfac2e53b00e567e68c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 May 2020 08:54:54 +0200 Subject: [PATCH] Upgrade to Hibernate 5.4.15.Final Closes gh-21400 --- 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 b6def07513..e00808bf45 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -435,7 +435,7 @@ bom { ] } } - library("Hibernate", "5.4.14.Final") { + library("Hibernate", "5.4.15.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0",