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 48399e1fa ORC-1715: Bump org.objenesis:objenesis to 3.3
48399e1fa is described below

commit 48399e1fac1120f150f7f81c600913021e353147
Author: William Hyun <will...@apache.org>
AuthorDate: Wed May 8 10:38:14 2024 -0700

    ORC-1715: Bump org.objenesis:objenesis to 3.3
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade objenesis to 3.3.
    
    ### Why are the changes needed?
    objenesis 3.3 is used by Spark 3.5.1.
    
    ### How was this patch tested?
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    closes #1922
    
    Closes #1927 from williamhyun/objenesis33.
    
    Authored-by: William Hyun <will...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 java/bench/spark/pom.xml | 2 +-
 java/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index eb6ad7d07..20b6a947f 100644
--- a/java/bench/spark/pom.xml
+++ b/java/bench/spark/pom.xml
@@ -125,7 +125,7 @@
     <dependency>
       <groupId>org.objenesis</groupId>
       <artifactId>objenesis</artifactId>
-      <version>3.2</version>
+      <version>3.3</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/java/pom.xml b/java/pom.xml
index ad2fa34e9..8d6ee397e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -251,7 +251,7 @@
       <dependency>
         <groupId>org.objenesis</groupId>
         <artifactId>objenesis</artifactId>
-        <version>3.2</version>
+        <version>3.3</version>
         <scope>test</scope>
       </dependency>
       <dependency>

Reply via email to