Skip to content

Commit 440fa1b

Browse files
committed
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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent f22a2d6 commit 440fa1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<slf4j.version>2.0.17</slf4j.version>
9393
<snappy.version>1.1.10.8</snappy.version>
9494
<storage-api.version>2.8.1</storage-api.version>
95-
<surefire.version>3.5.3</surefire.version>
95+
<surefire.version>3.5.5</surefire.version>
9696
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
9797
<zstd-jni.version>1.5.7-7</zstd-jni.version>
9898
</properties>

0 commit comments

Comments
 (0)