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

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


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

commit f58fa0e84fa6976131ccf74b3225769518a9c83d
Author: chaitali.borole <[email protected]>
AuthorDate: Wed Oct 12 12:08:47 2022 +0530

    ATLAS-4688 : Upgrade Snake-yaml to 1.32
    
    Signed-off-by: Pinal Shah <[email protected]>
    (cherry picked from commit c232484a52d32deea1e8ce3f659e9c7d2dc36256)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 775eecab0..2eabd5c62 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>

Reply via email to