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/14 08:56:17 UTC

[2/2] camel git commit: Upgrade Hibernate-validator to version 5.3.2.Final

Upgrade Hibernate-validator to version 5.3.2.Final


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

Branch: refs/heads/master
Commit: 268b6947e94be5b88f57945e2b644716219e7f62
Parents: d58ce85
Author: Andrea Cosentino <an...@gmail.com>
Authored: Mon Nov 14 09:53:34 2016 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Mon Nov 14 09:53:34 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/268b6947/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index f2b961a..edf90bf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -248,7 +248,7 @@
     <hazelcast-version>3.7.2</hazelcast-version>
     <hbase-version>1.2.1</hbase-version>
     <hessian-version>4.0.38</hessian-version>
-    <hibernate-validator-version>5.3.1.Final</hibernate-validator-version>
+    <hibernate-validator-version>5.3.2.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>