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/02/19 08:20:49 UTC

camel git commit: Upgrade Hibernate validator to version 5.2.4.Final

Repository: camel
Updated Branches:
  refs/heads/master ca743cf73 -> 93645b3ca


Upgrade Hibernate validator to version 5.2.4.Final


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

Branch: refs/heads/master
Commit: 93645b3cae865bb3e0e041c285de28b85497b175
Parents: ca743cf
Author: Andrea Cosentino <an...@gmail.com>
Authored: Fri Feb 19 08:20:06 2016 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri Feb 19 08:20:06 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/93645b3c/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 45adbde..ecf577c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -225,7 +225,7 @@
     <hazelcast-version>3.6</hazelcast-version>
     <hbase-version>1.1.1</hbase-version>
     <hbase-bundle-version>1.1.1_1</hbase-bundle-version>
-    <hibernate-validator-version>5.2.3.Final</hibernate-validator-version>
+    <hibernate-validator-version>5.2.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>