From f2ab9c3b10f64b5d5f29f65c84ab3c2416dc6163 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 13:15:57 +0100 Subject: [PATCH] Upgrade to Hibernate Validator 6.2.2.Final Closes gh-29789 --- 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 237102ac88..4de5dbad45 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -441,7 +441,7 @@ bom { ] } } - library("Hibernate Validator", "6.2.0.Final") { + library("Hibernate Validator", "6.2.2.Final") { prohibit("[7.0.0.Alpha1,)") { because "it uses the jakarta.* namespace" }