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

srowen 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 00c2c19e0bf [SPARK-43008][BUILD] Upgrade joda-time from 2.12.2 to 
2.12.5
00c2c19e0bf is described below

commit 00c2c19e0bfba30c9e2a2080f0960a5bfc4b49e3
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Sun Apr 23 09:34:57 2023 -0500

    [SPARK-43008][BUILD] Upgrade joda-time from 2.12.2 to 2.12.5
    
    ### What changes were proposed in this pull request?
    This pr aims upgrade joda-time from 2.12.2 to 2.12.5.
    
    ### Why are the changes needed?
    New version bring a bug fix https://github.com/JodaOrg/joda-time/pull/681 
and Update time zone data to version 2023cgtz.
    
    - https://www.joda.org/joda-time/changes-report.html#a2.12.5
    - https://github.com/JodaOrg/joda-time/compare/v2.12.2...v2.12.5
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass Github Actions
    
    Closes #40640 from LuciferYang/SPARK-43008.
    
    Lead-authored-by: yangjie01 <yangji...@baidu.com>
    Co-authored-by: YangJie <yangji...@baidu.com>
    Signed-off-by: Sean Owen <sro...@gmail.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 a7625a66e65..c387d5c1793 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -130,7 +130,7 @@ jettison/1.5.3//jettison-1.5.3.jar
 jetty-util-ajax/9.4.51.v20230217//jetty-util-ajax-9.4.51.v20230217.jar
 jetty-util/9.4.51.v20230217//jetty-util-9.4.51.v20230217.jar
 jline/2.14.6//jline-2.14.6.jar
-joda-time/2.12.2//joda-time-2.12.2.jar
+joda-time/2.12.5//joda-time-2.12.5.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 1d69e295285..a3b7f57ace9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
     <guava.version>14.0.1</guava.version>
     <janino.version>3.1.9</janino.version>
     <jersey.version>2.36</jersey.version>
-    <joda.version>2.12.2</joda.version>
+    <joda.version>2.12.5</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-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to