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 2019/03/04 13:50:26 UTC

[camel] branch master updated: Upgrade Snakeyaml to version 1.24

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


The following commit(s) were added to refs/heads/master by this push:
     new 02e8c35  Upgrade Snakeyaml to version 1.24
02e8c35 is described below

commit 02e8c358281a47251359647a63a9acabf1923ba3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 4 14:49:57 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f2475fa..e142795 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -606,7 +606,7 @@
     <slf4j-api-version>1.7.25</slf4j-api-version>
     <slf4j-version>1.7.25</slf4j-version>
     <smack-version>4.3.2</smack-version>
-    <snakeyaml-version>1.23</snakeyaml-version>
+    <snakeyaml-version>1.24</snakeyaml-version>
     <snappy-version>1.1.4</snappy-version>
     <snmp4j-version>2.6.3_1</snmp4j-version>
     <solr-bundle-version>7.6.0_1</solr-bundle-version>