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

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


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 7bec38751dac [SPARK-47083][BUILD] Upgrade `commons-codec` to 1.16.1
7bec38751dac is described below

commit 7bec38751dacd58d48e21f3f913a6fa8e21bd7d9
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Sun Feb 18 18:56:46 2024 -0800

    [SPARK-47083][BUILD] Upgrade `commons-codec` to 1.16.1
    
    The pr aims to upgrade `commons-codec` from `1.16.0` to `1.16.1`.
    
    1.The new version brings some bug fixed, eg:
    - Fix possible IndexOutOfBoundException in PhoneticEngine.encode method 
#223. Fixes [CODEC-315](https://issues.apache.org/jira/browse/CODEC-315)
    - Fix possible IndexOutOfBoundsException in 
PercentCodec.insertAlwaysEncodeChars() method #222. Fixes 
[CODEC-314](https://issues.apache.org/jira/browse/CODEC-314).
    
    2.The full release notes:
        
https://commons.apache.org/proper/commons-codec/changes-report.html#a1.16.1
    
    No.
    
    Pass GA.
    
    No.
    
    Closes #45152 from panbingkun/SPARK-47083.
    
    Authored-by: panbingkun <panbing...@baidu.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 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 a070dcccd009..8d2a54189edd 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.16.0//commons-codec-1.16.0.jar
+commons-codec/1.16.1//commons-codec-1.16.1.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 5c1cd8d7f792..2954fc0d97cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
     
<fasterxml.jackson.databind.version>2.15.2</fasterxml.jackson.databind.version>
     <snappy.version>1.1.10.5</snappy.version>
     <netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
-    <commons-codec.version>1.16.0</commons-codec.version>
+    <commons-codec.version>1.16.1</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-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to