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

dongjoon 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 6b491bc35f12 [SPARK-50861][BUILD] Upgrade dropwizard metrics to 4.2.30
6b491bc35f12 is described below

commit 6b491bc35f127964a7381a98b9d83e24f94048b6
Author: panbingkun <[email protected]>
AuthorDate: Sat Jan 18 14:50:38 2025 -0800

    [SPARK-50861][BUILD] Upgrade dropwizard metrics to 4.2.30
    
    ### What changes were proposed in this pull request?
    This pr aims to upgrade `dropwizard metrics` from `4.2.29` to  `4.2.30`.
    
    ### Why are the changes needed?
    v4.2.29 VS v.4.2.30
    https://github.com/dropwizard/metrics/compare/v4.2.29...v4.2.30
    
    ### 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 #49537 from panbingkun/SPARK-50861.
    
    Authored-by: panbingkun <[email protected]>
    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 0acfade73e85..c1e3dbc33927 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -194,11 +194,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.29//metrics-core-4.2.29.jar
-metrics-graphite/4.2.29//metrics-graphite-4.2.29.jar
-metrics-jmx/4.2.29//metrics-jmx-4.2.29.jar
-metrics-json/4.2.29//metrics-json-4.2.29.jar
-metrics-jvm/4.2.29//metrics-jvm-4.2.29.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
 minlog/1.3.0//minlog-1.3.0.jar
 netty-all/4.1.115.Final//netty-all-4.1.115.Final.jar
 netty-buffer/4.1.115.Final//netty-buffer-4.1.115.Final.jar
diff --git a/pom.xml b/pom.xml
index 35b0a6a47e0b..cbfebb9a3e3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,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.29</codahale.metrics.version>
+    <codahale.metrics.version>4.2.30</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