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 4ba1db9  [SPARK-35513][BUILD] Update joda-time to 2.10.10
4ba1db9 is described below

commit 4ba1db91f03c2a3a83d03ee124fdcb026d311174
Author: Vinod KC <vinod.kc...@gmail.com>
AuthorDate: Tue May 25 11:29:03 2021 -0700

    [SPARK-35513][BUILD] Update joda-time to 2.10.10
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade joda-time from 2.10.5 to 2.10.10
    
    ### Why are the changes needed?
    Improvement and bug fixes in joda-time
    https://www.joda.org/joda-time/changes-report.html#a2.10.10
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Ran with the existing UTs
    
    Closes #32661 from vinodkc/br_build_upgrade_joda_time.
    
    Authored-by: Vinod KC <vinod.kc...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 dev/deps/spark-deps-hadoop-2.7-hive-2.3 | 2 +-
 dev/deps/spark-deps-hadoop-3.2-hive-2.3 | 2 +-
 pom.xml                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-2.7-hive-2.3 
b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
index 55cfdcc..570b020 100644
--- a/dev/deps/spark-deps-hadoop-2.7-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
@@ -141,7 +141,7 @@ jetty-sslengine/6.1.26//jetty-sslengine-6.1.26.jar
 jetty-util/6.1.26//jetty-util-6.1.26.jar
 jetty/6.1.26//jetty-6.1.26.jar
 jline/2.14.6//jline-2.14.6.jar
-joda-time/2.10.5//joda-time-2.10.5.jar
+joda-time/2.10.10//joda-time-2.10.10.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/dev/deps/spark-deps-hadoop-3.2-hive-2.3 
b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
index 367020d..cf46446 100644
--- a/dev/deps/spark-deps-hadoop-3.2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
@@ -113,7 +113,7 @@ 
jersey-container-servlet/2.34//jersey-container-servlet-2.34.jar
 jersey-hk2/2.34//jersey-hk2-2.34.jar
 jersey-server/2.34//jersey-server-2.34.jar
 jline/2.14.6//jline-2.14.6.jar
-joda-time/2.10.5//joda-time-2.10.5.jar
+joda-time/2.10.10//joda-time-2.10.10.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 6b1b63c..1e052a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
     <guava.version>14.0.1</guava.version>
     <janino.version>3.1.4</janino.version>
     <jersey.version>2.34</jersey.version>
-    <joda.version>2.10.5</joda.version>
+    <joda.version>2.10.10</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