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 4590538df095 [SPARK-49682][BUILD] Upgrade joda-time to 2.13.0
4590538df095 is described below

commit 4590538df095b20c0736ecc992ed9c0dfb926c0e
Author: panbingkun <[email protected]>
AuthorDate: Tue Sep 17 21:14:52 2024 -0700

    [SPARK-49682][BUILD] Upgrade joda-time to 2.13.0
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade joda-time from `2.12.7` to `2.13.0`.
    
    ### Why are the changes needed?
    The version `DateTimeZone` data updated to version `2024bgtz`.
    The full release notes: 
https://www.joda.org/joda-time/changes-report.html#a2.13.0
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #48130 from panbingkun/SPARK-49682.
    
    Authored-by: panbingkun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 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 e1ac039f2546..9871cc0bca04 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -146,7 +146,7 @@ jjwt-api/0.12.6//jjwt-api-0.12.6.jar
 jline/2.14.6//jline-2.14.6.jar
 jline/3.25.1//jline-3.25.1.jar
 jna/5.14.0//jna-5.14.0.jar
-joda-time/2.12.7//joda-time-2.12.7.jar
+joda-time/2.13.0//joda-time-2.13.0.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 b9f28eb61925..694ea31e6f37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
     <gson.version>2.11.0</gson.version>
     <janino.version>3.1.9</janino.version>
     <jersey.version>3.0.12</jersey.version>
-    <joda.version>2.12.7</joda.version>
+    <joda.version>2.13.0</joda.version>
     <jodd.version>3.5.2</jodd.version>
     <jsr305.version>3.0.0</jsr305.version>
     <jaxb.version>2.2.11</jaxb.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to