From cf48c73b7f3a23b14d08c8449d01254a5b76d9d0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:26 +0200 Subject: [PATCH] Upgrade to Hibernate 5.4.14.Final Closes gh-21233 --- 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 f40a488fc46..6bc0e4b6f3a 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.13.Final") { + library("Hibernate", "5.4.14.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0",