This is an automated email from the ASF dual-hosted git repository.

dongjoon-hyun 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 9de9156  [SPARK-57078] Upgrade `Dropwizard` metrics to 4.2.39
9de9156 is described below

commit 9de9156bda9e42e307af91fc9be98d4f245d95b1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue May 26 11:01:38 2026 -0700

    [SPARK-57078] Upgrade `Dropwizard` metrics to 4.2.39
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `Dropwizard` metrics to 4.2.39.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes including the official Java 25 support.
    
    - https://github.com/dropwizard/metrics/milestone/109?closed=1
      - https://github.com/dropwizard/metrics/pull/4964
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Opus 4.7
    
    Closes #690 from dongjoon-hyun/SPARK-57078.
    
    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 9e13ae3..d7fb6d0 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -19,7 +19,7 @@ fabric8 = "7.7.0"
 lombok = "1.18.46"
 netty = "4.2.14.Final"
 operator-sdk = "5.3.4"
-dropwizard-metrics = "4.2.38"
+dropwizard-metrics = "4.2.39"
 spark = "4.2.0-preview5"
 hadoop = "3.5.0"
 log4j = "2.26.0"


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

Reply via email to