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/08/27 12:38:48 UTC

[camel] branch master updated (fdd150a -> f054a1c)

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 fdd150a  camel-jetty: fixed deprecation warnings in tests (#4134)
     new 8ee3073  Upgrade Univocity Parsers to version 2.9.0
     new f054a1c  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] 01/02: Upgrade Univocity Parsers to version 2.9.0

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 8ee30734b05bac3438b2c904b677f0981d408921
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 27 14:37:11 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index ea117ee..765e9ae 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -545,7 +545,7 @@
         <twilio-version>7.9.1</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>
         <undertow-version>2.1.3.Final</undertow-version>
-        <univocity-parsers-version>2.8.4</univocity-parsers-version>
+        <univocity-parsers-version>2.9.0</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] 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 f054a1ccb435cf48bb6eaa63d51a7517d26d8f7d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 27 14:38:07 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 8a12f9a..203d684 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -558,7 +558,7 @@
     <twilio-version>7.9.1</twilio-version>
     <twitter4j-version>4.0.7</twitter4j-version>
     <undertow-version>2.1.3.Final</undertow-version>
-    <univocity-parsers-version>2.8.4</univocity-parsers-version>
+    <univocity-parsers-version>2.9.0</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>