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 2015/07/02 17:36:32 UTC

camel git commit: Upgrade Hibernate-validator to version 5.1.3.Final

Repository: camel
Updated Branches:
  refs/heads/master 71406bf9f -> 87b0aa413


Upgrade Hibernate-validator to version 5.1.3.Final


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

Branch: refs/heads/master
Commit: 87b0aa413e993455568750428a0a0e05b1e35404
Parents: 71406bf
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Jul 2 17:21:50 2015 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Jul 2 17:21:50 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/87b0aa41/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index b64278d..e42fd9e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -208,7 +208,7 @@
     <hazelcast-version>3.5</hazelcast-version>
     <hbase-version>0.94.10</hbase-version>
     <hbase-bundle-version>0.94.6_1</hbase-bundle-version>
-    <hibernate-validator-version>5.0.3.Final</hibernate-validator-version>
+    <hibernate-validator-version>5.1.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.16.Final</hibernate-version>
     <hk2-version>2.3.0</hk2-version>