From 1cdb75f7805eab38c80a87e6b6479b4657885194 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 09:01:05 +0100 Subject: [PATCH] Upgrade to Hibernate Validator 6.2.2.Final Closes gh-29770 --- 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 44f15037142..4307975740a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -435,7 +435,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" }