You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/01/08 09:39:09 UTC

[camel] branch camel-2.22.x updated: Upgrade hibernate validator

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.22.x by this push:
     new 8e4691a  Upgrade hibernate validator
8e4691a is described below

commit 8e4691a99cbfd2421bfe2595f731a46eea31b7bf
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jan 8 10:38:32 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 8fcb617..dd46ed4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -295,7 +295,7 @@
     <hbase-version>1.2.6</hbase-version>
     <hessian-version>4.0.51</hessian-version>
     <hdrhistrogram-version>2.1.10</hdrhistrogram-version>
-    <hibernate-validator-version>6.0.10.Final</hibernate-validator-version>
+    <hibernate-validator-version>6.0.14.Final</hibernate-validator-version>
     <hibernate-version>5.2.16.Final</hibernate-version>
     <hikaricp-version>2.3.13</hikaricp-version>
     <hk2-version>2.3.0</hk2-version>