From c1ef49ae63dd9edb6701c74499a367551f070d8a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:22 +0100 Subject: [PATCH] Upgrade to Hibernate 5.4.25.Final Closes gh-24372 --- 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 18988d6a14..69c98222cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -413,7 +413,7 @@ bom { ] } } - library("Hibernate", "5.4.23.Final") { + library("Hibernate", "5.4.25.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0",