From 234542deb7da7c6454edc8b39c969c88052fb9f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:06:03 +0000 Subject: [PATCH] Bump hibernate-validator Bumps hibernate-validator from 5.1.1.Final to 6.0.23.Final. --- updated-dependencies: - dependency-name: org.hibernate:hibernate-validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spring-boot/sample-microservices-springboot/web/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/sample-microservices-springboot/web/pom.xml b/spring-boot/sample-microservices-springboot/web/pom.xml index 7cb8a1d..3340021 100644 --- a/spring-boot/sample-microservices-springboot/web/pom.xml +++ b/spring-boot/sample-microservices-springboot/web/pom.xml @@ -27,7 +27,7 @@ org.hibernate hibernate-validator - 5.1.1.Final + 6.0.23.Final org.springframework