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 2019/02/21 09:43:16 UTC

[camel] branch master updated: Upgrade Hibernate Validator to version 6.0.15.Final

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 236b073  Upgrade Hibernate Validator to version 6.0.15.Final
236b073 is described below

commit 236b073022b04d6fd3a79df800ae83a571f295cf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 21 10:42:43 2019 +0100

    Upgrade Hibernate Validator to version 6.0.15.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 16d654c..268319a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -277,7 +277,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.14.Final</hibernate-validator-version>
+    <hibernate-validator-version>6.0.15.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>