You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/11/24 10:48:03 UTC

camel git commit: Upgrade Hibernate Validator to version 5.3.3.Final

Repository: camel
Updated Branches:
  refs/heads/master a59ed91fc -> e3479ee11


Upgrade Hibernate Validator to version 5.3.3.Final


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e3479ee1
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e3479ee1
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e3479ee1

Branch: refs/heads/master
Commit: e3479ee1144ae80c4f5b8e002a7450a12841124b
Parents: a59ed91
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Nov 24 11:47:12 2016 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Nov 24 11:47:12 2016 +0100

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e3479ee1/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 202d7be..77d6d20 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -249,7 +249,7 @@
     <hazelcast-version>3.7.3</hazelcast-version>
     <hbase-version>1.2.1</hbase-version>
     <hessian-version>4.0.38</hessian-version>
-    <hibernate-validator-version>5.3.2.Final</hibernate-validator-version>
+    <hibernate-validator-version>5.3.3.Final</hibernate-validator-version>
     <!-- Spring 3.2.x and 4.0.x still stick to JPA 2.0. Hibernate 4.3.x upgraded to JPA 2.1. -->
     <hibernate-version>4.2.20.Final</hibernate-version>
     <hk2-version>2.3.0</hk2-version>