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 440fa1b6a ORC-2142: Upgrade `maven-surefire-plugin` to 3.5.5
440fa1b6a is described below
commit 440fa1b6a0df7e1dd771ee9adcf87f9d1c3a5fb0
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Mar 23 15:33:27 2026 -0700
ORC-2142: Upgrade `maven-surefire-plugin` to 3.5.5
### What changes were proposed in this pull request?
This PR upgrades `maven-surefire-plugin` to 3.5.5.
### Why are the changes needed?
To keep the dependency up to date with the latest release
- https://github.com/apache/maven-surefire/releases/tag/surefire-3.5.5
(2026-02-18)
- https://github.com/apache/maven-surefire/releases/tag/maven-surefire-3.5.4
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Opus 4.6)
Closes #2592 from dongjoon-hyun/dongjoon/youthful-darwin.
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 d3b399798..66f569714 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -92,7 +92,7 @@
<slf4j.version>2.0.17</slf4j.version>
<snappy.version>1.1.10.8</snappy.version>
<storage-api.version>2.8.1</storage-api.version>
- <surefire.version>3.5.3</surefire.version>
+ <surefire.version>3.5.5</surefire.version>
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
<zstd-jni.version>1.5.7-7</zstd-jni.version>
</properties>