From dccc82d729b96f2e5c3cf2b288d5025f4fdec112 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:14 +0000 Subject: [PATCH] Upgrade to Hibernate Validator 6.1.6.Final Closes gh-23871 --- 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 c1ecf0bd85..d35bfb15f4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -429,7 +429,7 @@ bom { ] } } - library("Hibernate Validator", "6.1.5.Final") { + library("Hibernate Validator", "6.1.6.Final") { group("org.hibernate.validator") { modules = [ "hibernate-validator",