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

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


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

commit 768da3a97c401594a404df018039551363865398
Author: Dongjoon Hyun <[email protected]>
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 <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 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 dba049727..9f8f041d7 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>

Reply via email to