You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2022/10/29 17:42:42 UTC

[hadoop] branch branch-3.3 updated: HADOOP-18472. Upgrade to snakeyaml 1.33 (#4958)

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

aajisaka pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 41e3c7edafb HADOOP-18472. Upgrade to snakeyaml 1.33 (#4958)
41e3c7edafb is described below

commit 41e3c7edafb705e7113b84744b6c48661067a7ba
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sat Oct 29 18:30:41 2022 +0100

    HADOOP-18472. Upgrade to snakeyaml 1.33 (#4958)
    
    Reviewed-by: Dinesh Chitlangia <di...@apache.org>
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    (cherry picked from commit d6a65a41809410cd7ee7a57f603a1b249ccfc161)
    
     Conflicts:
            LICENSE-binary
            hadoop-project/pom.xml
---
 LICENSE-binary         | 2 +-
 hadoop-project/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 84ca5078aa3..11d2ea945f3 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -366,7 +366,7 @@ org.ehcache:ehcache:3.3.1
 org.lz4:lz4-java:1.7.1
 org.objenesis:objenesis:2.6
 org.xerial.snappy:snappy-java:1.1.8.2
-org.yaml:snakeyaml:1.32
+org.yaml:snakeyaml:1.33
 org.wildfly.openssl:wildfly-openssl:1.0.7.Final
 
 
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 034df4c037b..b59c618a526 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -199,7 +199,7 @@
     <declared.hadoop.version>${hadoop.version}</declared.hadoop.version>
 
     <swagger-annotations-version>1.5.4</swagger-annotations-version>
-    <snakeyaml.version>1.32</snakeyaml.version>
+    <snakeyaml.version>1.33</snakeyaml.version>
     <hbase.one.version>1.4.8</hbase.one.version>
     <hbase.two.version>2.0.2</hbase.two.version>
     <junit.version>4.13.2</junit.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org