From 03a92fc632d97ebcba7ea2db32c8753a0fbda526 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:25 +0200 Subject: [PATCH] Upgrade to Hibernate 5.4.31.Final Closes gh-26500 --- 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 60247490952..a60c4372d5e 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.30.Final") { + library("Hibernate", "5.4.31.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0",