This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 7cdeb6d32 ORC-1850: Upgrade `maven-surefire-plugin` to 3.5.2
7cdeb6d32 is described below
commit 7cdeb6d32e1fba294de9ec20b7f6c0b86f33cbed
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]>
(cherry picked from commit f013abf87753d77649384bcbabef41c092308ad1)
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 38f832b52..efc74e5ae 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>