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] <support@github.com>
diff --git a/client/pom.xml b/client/pom.xml
index 995a7e8..fdbfbf1 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -103,7 +103,7 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-validator</artifactId>
-            <version>4.2.0.Final</version>
+            <version>4.3.2.Final</version>
         </dependency>
         <dependency>
             <groupId>org.json</groupId>