You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2020/03/03 08:41:42 UTC

[jclouds] branch master updated: JCLOUDS-1540 - Update Snakeyaml

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

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/master by this push:
     new 99ef891  JCLOUDS-1540 - Update Snakeyaml
99ef891 is described below

commit 99ef891e7618dba8982603ab25e0779a71ea85ef
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Mar 3 08:02:04 2020 +0000

    JCLOUDS-1540 - Update Snakeyaml
---
 apis/byon/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apis/byon/pom.xml b/apis/byon/pom.xml
index 247c930..75d6fae 100644
--- a/apis/byon/pom.xml
+++ b/apis/byon/pom.xml
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>1.17</version>
+      <version>1.26</version>
     </dependency>
     <dependency>
       <groupId>com.google.auto.service</groupId>