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:19 UTC

[camel-k-runtime] branch oscerd-patch-1 created (now 91460cf)

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

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


      at 91460cf  Bump Snakeyaml to version 1.26

This branch includes the following new commits:

     new 91460cf  Bump Snakeyaml to version 1.26

The 1 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.



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

Posted by ac...@apache.org.
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>