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/13 07:47:32 UTC

[camel] branch camel-3.7.x updated (2d5837d -> 6328144)

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

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


    from 2d5837d  CAMEL-16014: fixed invalid AMQP endpoint for the Artemis test infra (#4860) (#4861)
     new 27d88c0  Upgrade Xstream to version 1.4.15
     new 6328144  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 camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 632814443fd65d4c76a767a0db0e4614c3be4f99
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 13 08:46:41 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 5f6acab..31dee37 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -572,7 +572,7 @@
     <xmlsec-version>2.1.4</xmlsec-version>
     <xmlunit-version>2.6.3</xmlunit-version>
     <xpp3-version>1.1.4c</xpp3-version>
-    <xstream-version>1.4.14</xstream-version>
+    <xstream-version>1.4.15</xstream-version>
     <yetus-audience-annotations-version>0.11.0</yetus-audience-annotations-version>
     <zendesk-client-version>0.14.0</zendesk-client-version>
     <zipkin-reporter-version>2.16.1</zipkin-reporter-version>


[camel] 01/02: Upgrade Xstream to version 1.4.15

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 27d88c0324b0c977a69557dca967eb0d8b3ab730
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 13 08:46:01 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 99a9688..3f90d2f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -560,7 +560,7 @@
         <xmlsec-version>2.1.4</xmlsec-version>
         <xmlunit-version>2.6.3</xmlunit-version>
         <xpp3-version>1.1.4c</xpp3-version>
-        <xstream-version>1.4.14</xstream-version>
+        <xstream-version>1.4.15</xstream-version>
         <yetus-audience-annotations-version>0.11.0</yetus-audience-annotations-version>
         <zendesk-client-version>0.14.0</zendesk-client-version>
         <zipkin-reporter-version>2.16.1</zipkin-reporter-version>