From 11112624f7f92c911a89ff875f0ab8e529a4b482 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:38 +0200 Subject: [PATCH] Upgrade to Hibernate Validator 6.2.4.Final Closes gh-32020 --- 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 7a7b043b55..a20a1b23a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -480,7 +480,7 @@ bom { ] } } - library("Hibernate Validator", "6.2.3.Final") { + library("Hibernate Validator", "6.2.4.Final") { prohibit("[7.0.0.Alpha1,)") { because "it uses the jakarta.* namespace" }