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 2020/10/16 06:20:08 UTC

[camel] branch master updated (61b03d3 -> e1f27a1)

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

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


    from 61b03d3  CAMEL-15680: [camel-azure] Add blob batch filtering capability (#4443)
     new 413f6e7  Upgrade Hibernate Validator to version 6.1.6.Final
     new e1f27a1  Sync Properties

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Sync Properties

Posted by ac...@apache.org.
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

commit e1f27a1b1e84e5659b08202ca1d73c9614c4229a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 16 08:05:53 2020 +0200

    Sync Properties
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 91ccaa2..b221ef8 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -267,7 +267,7 @@
     <hazelcast-version>4.0.3</hazelcast-version>
     <hbase-version>2.3.1</hbase-version>
     <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
-    <hibernate-validator-version>6.1.5.Final</hibernate-validator-version>
+    <hibernate-validator-version>6.1.6.Final</hibernate-validator-version>
     <hibernate-version>5.4.13.Final</hibernate-version>
     <hk2-version>2.5.0</hk2-version>
     <hsqldb-version>2.5.1</hsqldb-version>


[camel] 01/02: Upgrade Hibernate Validator to version 6.1.6.Final

Posted by ac...@apache.org.
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

commit 413f6e73a04fdfafb76c28f67d696f51616287c4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 16 07:30:29 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 1b3bd9e..4795e7d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -247,7 +247,7 @@
         <hazelcast-version>4.0.3</hazelcast-version>
         <hbase-version>2.3.1</hbase-version>
         <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
-        <hibernate-validator-version>6.1.5.Final</hibernate-validator-version>
+        <hibernate-validator-version>6.1.6.Final</hibernate-validator-version>
         <hibernate-version>5.4.13.Final</hibernate-version>
         <hk2-version>2.5.0</hk2-version>
         <hsqldb-version>2.5.1</hsqldb-version>