From d5d100eb11430b46cc2d57d92d1b54f90dee9cba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:14:47 +0100 Subject: [PATCH] Upgrade to Hibernate Validator 6.2.0.Final Closes gh-24905 --- 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 5a25e1867ad..1fc2ccf696e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -410,7 +410,7 @@ bom { ] } } - library("Hibernate Validator", "6.1.6.Final") { + library("Hibernate Validator", "6.2.0.Final") { group("org.hibernate.validator") { modules = [ "hibernate-validator",