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/08/20 12:32:35 UTC

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

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 f5ceb8a  Upgrade Snakeyaml to version 1.25
f5ceb8a is described below

commit f5ceb8abbe1f46dce07a3b38fb185069636dca14
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 20 14:32:13 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f224f42..bc4fe83 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -563,7 +563,7 @@
         <slf4j-api-version>1.7.28</slf4j-api-version>
         <slf4j-version>1.7.28</slf4j-version>
         <smack-version>4.3.4</smack-version>
-        <snakeyaml-version>1.24</snakeyaml-version>
+        <snakeyaml-version>1.25</snakeyaml-version>
         <snappy-version>1.1.4</snappy-version>
         <snmp4j-version>2.6.3_1</snmp4j-version>
         <solr-bundle-version>8.1.1_1</solr-bundle-version>