From d691d63b1ef40dc29fdf269872c48a78b76901b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Jan 2021 09:20:14 +0100 Subject: [PATCH] Upgrade to Hibernate Validator 6.1.7.Final Closes gh-24725 --- 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 90cd227f4ad9..eca09eb26a5d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -417,7 +417,7 @@ bom { ] } } - library("Hibernate Validator", "6.1.6.Final") { + library("Hibernate Validator", "6.1.7.Final") { group("org.hibernate.validator") { modules = [ "hibernate-validator",