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 2024/01/08 16:30:58 UTC

(spark) branch master updated: [SPARK-46624][BUILD] Upgrade joda-time to 2.12.6

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 bb0f77d076ee [SPARK-46624][BUILD] Upgrade joda-time to 2.12.6
bb0f77d076ee is described below

commit bb0f77d076ee10ceb1365715fb75e3acb795eec7
Author: yangjie01 <ya...@baidu.com>
AuthorDate: Mon Jan 8 08:30:47 2024 -0800

    [SPARK-46624][BUILD] Upgrade joda-time to 2.12.6
    
    ### What changes were proposed in this pull request?
    This pr aims to upgrade  joda-time  from 2.12.5 to 2.12.6
    
    ### Why are the changes needed?
    The new version brings the following fixes:
    - https://github.com/JodaOrg/joda-time/pull/733
    - https://github.com/JodaOrg/joda-time/pull/755
    - https://github.com/JodaOrg/joda-time/pull/731
    
    The full release notes as follows:
    - https://github.com/JodaOrg/joda-time/releases/tag/v2.12.6
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass GitHub Actions
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #44626 from LuciferYang/SPARK-46624.
    
    Authored-by: yangjie01 <ya...@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 58e4961540ae..d5f56bb6a438 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -136,7 +136,7 @@ jetty-util/9.4.53.v20231009//jetty-util-9.4.53.v20231009.jar
 jline/2.14.6//jline-2.14.6.jar
 jline/3.22.0//jline-3.22.0.jar
 jna/5.13.0//jna-5.13.0.jar
-joda-time/2.12.5//joda-time-2.12.5.jar
+joda-time/2.12.6//joda-time-2.12.6.jar
 jodd-core/3.5.2//jodd-core-3.5.2.jar
 jpam/1.1//jpam-1.1.jar
 json/1.8//json-1.8.jar
diff --git a/pom.xml b/pom.xml
index 3ddfee7e0dfd..9703174fc538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,7 +208,7 @@
       Because it transitions Jakarta REST API from javax to jakarta package.
     -->
     <jersey.version>2.41</jersey.version>
-    <joda.version>2.12.5</joda.version>
+    <joda.version>2.12.6</joda.version>
     <jodd.version>3.5.2</jodd.version>
     <jsr305.version>3.0.0</jsr305.version>
     <libthrift.version>0.12.0</libthrift.version>


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