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

dongjoon pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new 32146f4efe59 [SPARK-54351][BUILD] Upgrade Dropwizard metrics to 4.2.37
32146f4efe59 is described below

commit 32146f4efe59ff6803f03cb70f233f4d139869e6
Author: yangjie01 <[email protected]>
AuthorDate: Fri Nov 14 07:54:08 2025 -0800

    [SPARK-54351][BUILD] Upgrade Dropwizard metrics to 4.2.37
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `Dropwizard` metrics to 4.2.37.
    
    ### Why are the changes needed?
    
    Release Note:
    - https://github.com/dropwizard/metrics/releases/tag/v4.2.37
    - https://github.com/dropwizard/metrics/releases/tag/v4.2.36
    - https://github.com/dropwizard/metrics/releases/tag/v4.2.35
    - https://github.com/dropwizard/metrics/releases/tag/v4.2.34
    
    ### Does this PR introduce _any_ user-facing change?
    
    No behavior change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #53061 from LuciferYang/dropwizard-metrics-4.2.37.
    
    Authored-by: yangjie01 <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 83d25b9ae58818f78b072130f053c84a7ae97421)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 10 +++++-----
 pom.xml                               |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 55b63d8a6793..ef5d6bae09f5 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -188,11 +188,11 @@ log4j-core/2.24.3//log4j-core-2.24.3.jar
 log4j-layout-template-json/2.24.3//log4j-layout-template-json-2.24.3.jar
 log4j-slf4j2-impl/2.24.3//log4j-slf4j2-impl-2.24.3.jar
 lz4-java/1.8.0//lz4-java-1.8.0.jar
-metrics-core/4.2.33//metrics-core-4.2.33.jar
-metrics-graphite/4.2.33//metrics-graphite-4.2.33.jar
-metrics-jmx/4.2.33//metrics-jmx-4.2.33.jar
-metrics-json/4.2.33//metrics-json-4.2.33.jar
-metrics-jvm/4.2.33//metrics-jvm-4.2.33.jar
+metrics-core/4.2.37//metrics-core-4.2.37.jar
+metrics-graphite/4.2.37//metrics-graphite-4.2.37.jar
+metrics-jmx/4.2.37//metrics-jmx-4.2.37.jar
+metrics-json/4.2.37//metrics-json-4.2.37.jar
+metrics-jvm/4.2.37//metrics-jvm-4.2.37.jar
 minlog/1.3.0//minlog-1.3.0.jar
 netty-all/4.2.7.Final//netty-all-4.2.7.Final.jar
 netty-buffer/4.2.7.Final//netty-buffer-4.2.7.Final.jar
diff --git a/pom.xml b/pom.xml
index 3d7f9a087483..b0a47082d077 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
     If you change codahale.metrics.version, you also need to change
     the link to metrics.dropwizard.io in docs/monitoring.md.
     -->
-    <codahale.metrics.version>4.2.33</codahale.metrics.version>
+    <codahale.metrics.version>4.2.37</codahale.metrics.version>
     <!-- Should be consistent with SparkBuild.scala and docs -->
     <avro.version>1.12.1</avro.version>
     <aws.kinesis.client.version>1.15.3</aws.kinesis.client.version>


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

Reply via email to