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:30:47 UTC

[hadoop] branch trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit d6a65a41809410cd7ee7a57f603a1b249ccfc161
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>
---
 LICENSE-binary         | 2 +-
 hadoop-project/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 94aab139d00..b25c1f3addd 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -362,7 +362,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.0.5
-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 27d9d95ae25..a246397d46d 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -197,7 +197,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.7.1</hbase.one.version>
     <hbase.two.version>2.2.4</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