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/09/14 16:49:54 UTC

[camel] branch master updated (5d08b6e -> 5a18c56)

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 5d08b6e  Camel-AWS2-IAM: Adding tests with localstack and Testcontainers
     new d0f73e4  Upgrade Snakeyaml to version 1.27
     new 5a18c56  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 5a18c56358e7de257a548595264ddec6417b770b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 14 18:47:56 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 8c83e71..a6f5e40 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -520,7 +520,7 @@
     <smallrye-health-version>2.2.1</smallrye-health-version>
     <smallrye-metrics-version>2.4.1</smallrye-metrics-version>
     <snakeyaml-engine-version>2.1</snakeyaml-engine-version>
-    <snakeyaml-version>1.26</snakeyaml-version>
+    <snakeyaml-version>1.27</snakeyaml-version>
     <snmp4j-version>2.6.3_1</snmp4j-version>
     <solr-version>8.6.1</solr-version>
     <solr-version-range>[8,9)</solr-version-range>


[camel] 01/02: Upgrade Snakeyaml to version 1.27

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 d0f73e47d4c091236932729fb78c5beeb84f03c4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 14 18:47:19 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 813c6f1..419f46e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -507,7 +507,7 @@
         <smallrye-metrics-version>2.4.1</smallrye-metrics-version>
         <smallrye-health-version>2.2.1</smallrye-health-version>
         <smallrye-fault-tolerance-version>4.2.0</smallrye-fault-tolerance-version>
-        <snakeyaml-version>1.26</snakeyaml-version>
+        <snakeyaml-version>1.27</snakeyaml-version>
         <snakeyaml-engine-version>2.1</snakeyaml-engine-version>
         <snmp4j-version>2.6.3_1</snmp4j-version>
         <!-- solr version aligned with lucene -->