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 4c230e78e ATLAS-4723 : Upgrade snakeyaml to 1.33
4c230e78e is described below
commit 4c230e78e2f33be0ba38da7797a6600cacbe2820
Author: vinayak.marraiya <[email protected]>
AuthorDate: Wed Jan 11 12:49:35 2023 +0530
ATLAS-4723 : Upgrade snakeyaml to 1.33
Signed-off-by: Pinal Shah <[email protected]>
(cherry picked from commit bb656e41f90f278426068b571c92fe3bb772492f)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ebb8d5ea9..8c40936cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1685,7 +1685,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.32</version>
+ <version>1.33</version>
</dependency>
</dependencies>