You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/06/23 16:54:13 UTC

[spark] branch master updated: [SPARK-44151][BUILD] Upgrade `commons-codec` to 1.16.0

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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b9c76c9eb2 [SPARK-44151][BUILD] Upgrade `commons-codec` to 1.16.0
0b9c76c9eb2 is described below

commit 0b9c76c9eb2bece4e08935d8107f883ef326cbd7
Author: panbingkun <pb...@gmail.com>
AuthorDate: Fri Jun 23 09:54:02 2023 -0700

    [SPARK-44151][BUILD] Upgrade `commons-codec` to 1.16.0
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade commons-codec from 1.15 to 1.16.0.
    
    ### Why are the changes needed?
    1.The new version brings some bug fixed, eg:
    - Fix byte-skipping in Base16 decoding #135. Fixes CODEC-305.
    - BaseNCodecOutputStream.eof() should not throw IOException.
    - Add support for Blake3 family of hashes. Fixes [CODEC-296](https://issues.apache.org/jira/browse/CODEC-296).
    
    2.The full release notes:
    https://commons.apache.org/proper/commons-codec/changes-report.html#a1.16.0
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #41707 from panbingkun/SPARK-44151.
    
    Authored-by: panbingkun <pb...@gmail.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
 pom.xml                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3
index b7bd424ec79..3c08d3da9fc 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -36,7 +36,7 @@ cats-kernel_2.12/2.1.1//cats-kernel_2.12-2.1.1.jar
 chill-java/0.10.0//chill-java-0.10.0.jar
 chill_2.12/0.10.0//chill_2.12-0.10.0.jar
 commons-cli/1.5.0//commons-cli-1.5.0.jar
-commons-codec/1.15//commons-codec-1.15.jar
+commons-codec/1.16.0//commons-codec-1.16.0.jar
 commons-collections/3.2.2//commons-collections-3.2.2.jar
 commons-collections4/4.4//commons-collections4-4.4.jar
 commons-compiler/3.1.9//commons-compiler-3.1.9.jar
diff --git a/pom.xml b/pom.xml
index 487dd966c7c..b6ef60d4882 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
     <fasterxml.jackson.databind.version>2.15.2</fasterxml.jackson.databind.version>
     <snappy.version>1.1.10.1</snappy.version>
     <netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
-    <commons-codec.version>1.15</commons-codec.version>
+    <commons-codec.version>1.16.0</commons-codec.version>
     <commons-compress.version>1.23.0</commons-compress.version>
     <commons-io.version>2.13.0</commons-io.version>
     <!-- org.apache.commons/commons-lang/-->


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