From 1775fc148c61613feaf71087dcdd116f089b8e8b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 09:30:58 +0200 Subject: [PATCH] Upgrade to Hibernate Validator 6.2.5.Final Closes gh-32307 --- 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 8af124f2258e..2e8d02c759f1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -449,7 +449,7 @@ bom { ] } } - library("Hibernate Validator", "6.2.4.Final") { + library("Hibernate Validator", "6.2.5.Final") { prohibit("[7.0.0.Alpha1,)") { because "it uses the jakarta.* namespace" }