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

yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new f025a46c9ee7 [SPARK-52476][BUILD] Upgrade dropwizard metrics to 4.2.32
f025a46c9ee7 is described below

commit f025a46c9ee79a83dec9ebbe35881b24bd92ae05
Author: yangjie01 <[email protected]>
AuthorDate: Sat Jun 14 19:56:41 2025 +0800

    [SPARK-52476][BUILD] Upgrade dropwizard metrics to 4.2.32
    
    ### What changes were proposed in this pull request?
    This pr aims to upgrade `dropwizard metrics` from `4.2.30` to  `4.2.32`.
    
    ### Why are the changes needed?
    The full release notes as follows:
    - https://github.com/dropwizard/metrics/releases/tag/v4.2.31
    - https://github.com/dropwizard/metrics/releases/tag/v4.2.32
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #51175 from LuciferYang/dropwizard-metrics-4.2.32.
    
    Authored-by: yangjie01 <[email protected]>
    Signed-off-by: yangjie01 <[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 8c62e912fe44..727746dcae6f 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -195,11 +195,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.30//metrics-core-4.2.30.jar
-metrics-graphite/4.2.30//metrics-graphite-4.2.30.jar
-metrics-jmx/4.2.30//metrics-jmx-4.2.30.jar
-metrics-json/4.2.30//metrics-json-4.2.30.jar
-metrics-jvm/4.2.30//metrics-jvm-4.2.30.jar
+metrics-core/4.2.32//metrics-core-4.2.32.jar
+metrics-graphite/4.2.32//metrics-graphite-4.2.32.jar
+metrics-jmx/4.2.32//metrics-jmx-4.2.32.jar
+metrics-json/4.2.32//metrics-json-4.2.32.jar
+metrics-jvm/4.2.32//metrics-jvm-4.2.32.jar
 minlog/1.3.0//minlog-1.3.0.jar
 netty-all/4.1.122.Final//netty-all-4.1.122.Final.jar
 netty-buffer/4.1.122.Final//netty-buffer-4.1.122.Final.jar
diff --git a/pom.xml b/pom.xml
index 738bdb37b2b0..d021922a7674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,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.30</codahale.metrics.version>
+    <codahale.metrics.version>4.2.32</codahale.metrics.version>
     <!-- Should be consistent with SparkBuild.scala and docs -->
     <avro.version>1.12.0</avro.version>
     <aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>


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

Reply via email to