From 86510dbd8949408d14d5c3f51b2d66fd44a46d05 Mon Sep 17 00:00:00 2001 From: yangjie01 Date: Wed, 1 Nov 2023 08:12:56 -0700 Subject: [PATCH] [SPARK-45743][BUILD] Upgrade dropwizard metrics 4.2.21 ### What changes were proposed in this pull request? This pr upgrade dropwizard metrics from 4.2.19 to 4.2.21. ### Why are the changes needed? The new version includes the following major updates: - https://github.com/dropwizard/metrics/pull/2652 - https://github.com/dropwizard/metrics/pull/3515 - https://github.com/dropwizard/metrics/pull/3523 - https://github.com/dropwizard/metrics/pull/3570 The full release notes as follows: - https://github.com/dropwizard/metrics/releases/tag/v4.2.20 - https://github.com/dropwizard/metrics/releases/tag/v4.2.21 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes #43608 from LuciferYang/SPARK-45743. Authored-by: yangjie01 Signed-off-by: Dongjoon Hyun --- 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 6fa0f738cf120..b1c1ed8d81dae 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -181,11 +181,11 @@ log4j-core/2.21.0//log4j-core-2.21.0.jar log4j-slf4j2-impl/2.21.0//log4j-slf4j2-impl-2.21.0.jar logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar lz4-java/1.8.0//lz4-java-1.8.0.jar -metrics-core/4.2.19//metrics-core-4.2.19.jar -metrics-graphite/4.2.19//metrics-graphite-4.2.19.jar -metrics-jmx/4.2.19//metrics-jmx-4.2.19.jar -metrics-json/4.2.19//metrics-json-4.2.19.jar -metrics-jvm/4.2.19//metrics-jvm-4.2.19.jar +metrics-core/4.2.21//metrics-core-4.2.21.jar +metrics-graphite/4.2.21//metrics-graphite-4.2.21.jar +metrics-jmx/4.2.21//metrics-jmx-4.2.21.jar +metrics-json/4.2.21//metrics-json-4.2.21.jar +metrics-jvm/4.2.21//metrics-jvm-4.2.21.jar minlog/1.3.0//minlog-1.3.0.jar netty-all/4.1.100.Final//netty-all-4.1.100.Final.jar netty-buffer/4.1.100.Final//netty-buffer-4.1.100.Final.jar diff --git a/pom.xml b/pom.xml index e29d81f6887c5..811d075e203a1 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. --> - 4.2.19 + 4.2.21 1.11.3 1.12.0