You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by pi...@apache.org on 2022/10/13 09:17:24 UTC

[atlas] branch master updated: ATLAS-4688 : Upgrade Snake-yaml to 1.32

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

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


The following commit(s) were added to refs/heads/master by this push:
     new da257fd13 ATLAS-4688 : Upgrade Snake-yaml to 1.32
da257fd13 is described below

commit da257fd133efa7b930e9bede002bbcdaead56b1e
Author: chaitali.borole <ch...@freestoneinfotech.com>
AuthorDate: Wed Oct 12 12:08:47 2022 +0530

    ATLAS-4688 : Upgrade Snake-yaml to 1.32
    
    Signed-off-by: Pinal Shah <pi...@freestoneinfotech.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 309449a75..6b9cddb82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1666,7 +1666,7 @@
             <dependency>
                 <groupId>org.yaml</groupId>
                 <artifactId>snakeyaml</artifactId>
-                <version>1.26</version>
+                <version>1.32</version>
             </dependency>
 
         </dependencies>