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 cc6f66004 ORC-1928: Upgrade `junit` to 5.13.1
cc6f66004 is described below
commit cc6f6600416f4e30c518cb1aae37a4061c4b59bc
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jun 18 09:39:57 2025 -0700
ORC-1928: Upgrade `junit` to 5.13.1
### What changes were proposed in this pull request?
This PR aims to upgrade `junit` to 5.13.1.
### Why are the changes needed?
-
https://junit.org/junit5/docs/snapshot/release-notes/index.html#release-notes-5.13.1
- https://github.com/junit-team/junit5/milestone/97?closed=1
-
https://junit.org/junit5/docs/snapshot/release-notes/index.html#release-notes-5.13.0
- https://github.com/junit-team/junit5/milestone/94?closed=1
- https://github.com/junit-team/junit5/issues/4440
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2284 from dongjoon-hyun/ORC-1928.
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 f969ea95f..17f90b375 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -68,7 +68,7 @@
<java.version>17</java.version>
<javadoc.location>${project.basedir}/../target/javadoc</javadoc.location>
<jts.version>1.20.0</jts.version>
- <junit.version>5.12.2</junit.version>
+ <junit.version>5.13.1</junit.version>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>