You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/18 13:16:57 UTC

[camel-k-runtime] 02/05: chore(deps): update snakeyaml to v1.25

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 87f9e7fef518ca1d1fafbc166262e04b43712a00
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Sun Aug 18 14:47:23 2019 +0200

    chore(deps): update snakeyaml to v1.25
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d17c06f..66de6b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
         <slf4j.version>1.7.28</slf4j.version>
         <groovy.version>2.5.8</groovy.version>
         <kotlin.version>1.3.41</kotlin.version>
-        <snakeyaml.version>1.24</snakeyaml.version>
+        <snakeyaml.version>1.25</snakeyaml.version>
         <spock.version>1.3-groovy-2.5</spock.version>
         <jackson.version>2.9.9</jackson.version>
         <jaxb-api.version>2.3.0</jaxb-api.version>