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 2021/01/22 13:43:54 UTC

[camel] branch master updated (d65450f -> dc86b59)

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 d65450f  Sync deps
     new 961f04a  Upgrade Univocity Parsers to version 2.9.1
     new dc86b59  Sync deps

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 deps

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 dc86b59a6bf0972c33dbf3fc6560b643101a4d79
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 22 14:43:20 2021 +0100

    Sync deps
---
 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 9136128..2300b01 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -546,7 +546,7 @@
     <twilio-version>7.55.3</twilio-version>
     <twitter4j-version>4.0.7</twitter4j-version>
     <undertow-version>2.2.3.Final</undertow-version>
-    <univocity-parsers-version>2.9.0</univocity-parsers-version>
+    <univocity-parsers-version>2.9.1</univocity-parsers-version>
     <validation-api-version>2.0.1.Final</validation-api-version>
     <vavr-version>0.10.2</vavr-version>
     <velocity-tools-version>2.0</velocity-tools-version>


[camel] 01/02: Upgrade Univocity Parsers to version 2.9.1

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 961f04ab2d49a48bee2ed88c5f4ae4b65e6c6915
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 22 14:41:46 2021 +0100

    Upgrade Univocity Parsers to version 2.9.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index caa9c37..3cac716 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -533,7 +533,7 @@
         <twilio-version>7.55.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>
         <undertow-version>2.2.3.Final</undertow-version>
-        <univocity-parsers-version>2.9.0</univocity-parsers-version>
+        <univocity-parsers-version>2.9.1</univocity-parsers-version>
         <validation-api-version>2.0.1.Final</validation-api-version>
         <vavr-version>0.10.2</vavr-version>
         <velocity-tools-version>2.0</velocity-tools-version>