Skip to content

Commit 06a9518

Browse files
committed
[SPARK-53987] Upgrade JaCoCo to 0.8.14 for official Java 25 support
### What changes were proposed in this pull request? This PR aims to upgrade `JaCoCo` to 0.8.14 for official Java 25 support (and Java 26 experimental support). ### Why are the changes needed? `JaCoCo` 0.8.14 is the first version to support Java 25 officially and Java 26 experimentally. - https://github.com/jacoco/jacoco/releases/tag/v0.8.14 - jacoco/jacoco#1950 - jacoco/jacoco#1965 (Java 26) ### Does this PR introduce _any_ user-facing change? No. This is a test dependency. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #398 from dongjoon-hyun/SPARK-53987. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent bbf31e7 commit 06a9518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ slf4j = "2.0.17"
2525

2626
# Test
2727
junit = "6.0.0"
28-
jacoco = "0.8.13"
28+
jacoco = "0.8.14"
2929
mockito = "5.20.0"
3030

3131
# Build Analysis

0 commit comments

Comments
 (0)