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 f013abf87 ORC-1850: Upgrade `maven-surefire-plugin` to 3.5.2
f013abf87 is described below

commit f013abf87753d77649384bcbabef41c092308ad1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Feb 15 16:43:58 2025 -0800

    ORC-1850: Upgrade `maven-surefire-plugin` to 3.5.2
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `maven-surefire-plugin` to 3.5.2.
    
    ### Why are the changes needed?
    
    To use the latest version.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2130 from dongjoon-hyun/ORC-1850.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 712ce62d6..0b4d68d5e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -82,7 +82,7 @@
     <protobuf.version>3.25.5</protobuf.version>
     <slf4j.version>2.0.16</slf4j.version>
     <storage-api.version>2.8.1</storage-api.version>
-    <surefire.version>3.0.0-M5</surefire.version>
+    <surefire.version>3.5.2</surefire.version>
     <test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
     <zstd-jni.version>1.5.6-10</zstd-jni.version>
   </properties>

Reply via email to