From bfe0e358969abbb1baed69e21b045aee1f9a6292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 02:08:24 +0000 Subject: [PATCH] Bump hibernate-validator in /examples/vraptor-validator-example Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 4.1.0.Final to 4.3.2.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/4.3.2.Final/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/4.1.0.Final...4.3.2.Final) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/vraptor-validator-example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vraptor-validator-example/pom.xml b/examples/vraptor-validator-example/pom.xml index 952848bf..e2cd924b 100644 --- a/examples/vraptor-validator-example/pom.xml +++ b/examples/vraptor-validator-example/pom.xml @@ -59,7 +59,7 @@ org.hibernate hibernate-validator - 4.1.0.Final + 4.3.2.Final org.slf4j