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

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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 64a7c8a7b ORC-1715: Bump org.objenesis:objenesis to 3.3
64a7c8a7b is described below

commit 64a7c8a7b41a8d0f2801d1e9d1f93613109a3c3d
Author: William Hyun <[email protected]>
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 <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 48399e1fac1120f150f7f81c600913021e353147)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 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 38a1193f1..be8cd5d28 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 1de0f4371..699241fca 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -250,7 +250,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