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/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 06a9518  [SPARK-53987] Upgrade `JaCoCo` to 0.8.14 for official Java 25 
support
06a9518 is described below

commit 06a9518ebfd7942f0fccc96b42bb158c796ad652
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Oct 22 11:50:50 2025 -0700

    [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
      - https://github.com/jacoco/jacoco/issues/1950
      - https://github.com/jacoco/jacoco/issues/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 <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 gradle/libs.versions.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index fd4194a..2bf3e78 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -25,7 +25,7 @@ slf4j = "2.0.17"
 
 # Test
 junit = "6.0.0"
-jacoco = "0.8.13"
+jacoco = "0.8.14"
 mockito = "5.20.0"
 
 # Build Analysis


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to