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/03/16 11:57:20 UTC

[camel-k-runtime] 01/01: Bump Snakeyaml to version 1.26

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

acosentino pushed a commit to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 91460cf466bbdac6b78bf4a30615a4312e8cf225
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 16 12:57:14 2020 +0100

    Bump Snakeyaml to version 1.26
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9e3e2d6..e762f40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <slf4j.version>1.7.30</slf4j.version>
         <groovy.version>3.0.2</groovy.version>
         <kotlin.version>1.3.70</kotlin.version>
-        <snakeyaml.version>1.25</snakeyaml.version>
+        <snakeyaml.version>1.26</snakeyaml.version>
         <spock.version>2.0-M2-groovy-3.0</spock.version>
         <jackson.version>2.10.2</jackson.version>
         <jaxb-api.version>2.3.0</jaxb-api.version>