From d7fc7a8858ead399fed635a3ddb3b5c96f62b7eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 22:53:56 +0000 Subject: [PATCH] Bump hibernate-validator from 4.2.0.Final to 4.3.2.Final in /client Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 4.2.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.2.0.Final...4.3.2.Final) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pom.xml b/client/pom.xml index 995a7e82..fdbfbf16 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -103,7 +103,7 @@ org.hibernate hibernate-validator - 4.2.0.Final + 4.3.2.Final org.json