From 9f1887c3bd2ecf3bf203bfb86cd3f94bf41d5ad2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:29:52 +0200 Subject: [PATCH] Upgrade to Hibernate Validator 6.1.6.Final Closes gh-23647 --- 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 458ced952ca..60e164f1bc1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -414,7 +414,7 @@ bom { ] } } - library("Hibernate Validator", "6.1.5.Final") { + library("Hibernate Validator", "6.1.6.Final") { group("org.hibernate.validator") { modules = [ "hibernate-validator",