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 bb656e41f ATLAS-4723 : Upgrade snakeyaml to 1.33
bb656e41f is described below
commit bb656e41f90f278426068b571c92fe3bb772492f
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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ec6b39802..92570ee6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1695,7 +1695,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.32</version>
+ <version>1.33</version>
</dependency>
</dependencies>