Uses the latest 4.x Hibernate Validator
diff --git a/bean-validation/pom.xml b/bean-validation/pom.xml
index b751c23..8628187 100755
--- a/bean-validation/pom.xml
+++ b/bean-validation/pom.xml
@@ -17,7 +17,7 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-validator</artifactId>
-            <version>4.3.1.Final</version>
+            <version>4.3.2.Final</version>
         </dependency>
 
         <dependency>