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/12/09 07:40:10 UTC

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

Repository: camel
Updated Branches:
  refs/heads/master 47cd88bba -> 76ede7525


Upgrade Hibernate Validator to version 5.3.4.Final


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

Branch: refs/heads/master
Commit: 76ede7525fb384ef2fe26a712a7b7a01927f4553
Parents: 47cd88b
Author: Andrea Cosentino <an...@gmail.com>
Authored: Fri Dec 9 08:39:10 2016 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri Dec 9 08:39:10 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/76ede752/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 3869183..1e17eca 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.3.Final</hibernate-validator-version>
+    <hibernate-validator-version>5.3.4.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>