From f0d2d320c2260176597bce680cf1107cbb3cf38e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:38 +0100 Subject: [PATCH] Upgrade to Hibernate Validator 6.1.2.Final Closes gh-20071 --- 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 1fa90732d8..63b0ba7ac6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -457,7 +457,7 @@ bom { ] } } - library("Hibernate Validator", "6.1.0.Final") { + library("Hibernate Validator", "6.1.2.Final") { group("org.hibernate.validator") { modules = [ "hibernate-validator",