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 2017/03/21 09:27:43 UTC

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

Repository: camel
Updated Branches:
  refs/heads/master dc7a6d174 -> 4a650d631


Upgrade Hibernate Validator to version 5.4.1.Final


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

Branch: refs/heads/master
Commit: 4a650d6314645cae26015e777138eceb3741a5a4
Parents: dc7a6d1
Author: Andrea Cosentino <an...@gmail.com>
Authored: Tue Mar 21 08:14:43 2017 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Mar 21 08:14:43 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/4a650d63/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index f4cda15..5aefddb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -259,7 +259,7 @@
     <hazelcast-version>3.8</hazelcast-version>
     <hbase-version>1.2.1</hbase-version>
     <hessian-version>4.0.38</hessian-version>
-    <hibernate-validator-version>5.4.0.Final</hibernate-validator-version>
+    <hibernate-validator-version>5.4.1.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>