You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/04/28 15:19:03 UTC

[orc] branch branch-1.8 updated: ORC-1416: Upgrade Jackson dependency to 2.14.2 in `bench` module

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

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


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new a8374f4fd ORC-1416: Upgrade Jackson dependency to 2.14.2 in `bench` module
a8374f4fd is described below

commit a8374f4fd433e279843c60a8513affa5b9036bc8
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Fri Apr 28 08:18:39 2023 -0700

    ORC-1416: Upgrade Jackson dependency to 2.14.2 in `bench` module
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Jackson dependency to 2.14.2 in bench module.
    
    ### Why are the changes needed?
    
    To match with Apache Spark 3.4.0.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #1476
    
    Closes #1481 from dongjoon-hyun/ORC-1416.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 768da3a97c401594a404df018039551363865398)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/bench/spark/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index 64ad06555..1f390bb37 100644
--- a/java/bench/spark/pom.xml
+++ b/java/bench/spark/pom.xml
@@ -32,7 +32,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
     <!-- Spark Jackson version may not be same as ORC -->
-    <spark.jackson.version>2.13.4</spark.jackson.version>
+    <spark.jackson.version>2.14.2</spark.jackson.version>
   </properties>
 
   <dependencies>