Skip to content

Commit cb28e2c

Browse files
committed
[SPARK-53219][BUILD] Upgrade Dropwizard metrics to 4.2.33
### What changes were proposed in this pull request? This PR aims to upgrade `Dropwizard` metrics to 4.2.33. ### Why are the changes needed? Release Note: - https://github.com/dropwizard/metrics/releases/tag/v4.2.33 ### 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 #51944 from dongjoon-hyun/SPARK-53219. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 0e34870 commit cb28e2c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ log4j-core/2.24.3//log4j-core-2.24.3.jar
192192
log4j-layout-template-json/2.24.3//log4j-layout-template-json-2.24.3.jar
193193
log4j-slf4j2-impl/2.24.3//log4j-slf4j2-impl-2.24.3.jar
194194
lz4-java/1.8.0//lz4-java-1.8.0.jar
195-
metrics-core/4.2.32//metrics-core-4.2.32.jar
196-
metrics-graphite/4.2.32//metrics-graphite-4.2.32.jar
197-
metrics-jmx/4.2.32//metrics-jmx-4.2.32.jar
198-
metrics-json/4.2.32//metrics-json-4.2.32.jar
199-
metrics-jvm/4.2.32//metrics-jvm-4.2.32.jar
195+
metrics-core/4.2.33//metrics-core-4.2.33.jar
196+
metrics-graphite/4.2.33//metrics-graphite-4.2.33.jar
197+
metrics-jmx/4.2.33//metrics-jmx-4.2.33.jar
198+
metrics-json/4.2.33//metrics-json-4.2.33.jar
199+
metrics-jvm/4.2.33//metrics-jvm-4.2.33.jar
200200
minlog/1.3.0//minlog-1.3.0.jar
201201
netty-all/4.1.123.Final//netty-all-4.1.123.Final.jar
202202
netty-buffer/4.1.123.Final//netty-buffer-4.1.123.Final.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
If you change codahale.metrics.version, you also need to change
155155
the link to metrics.dropwizard.io in docs/monitoring.md.
156156
-->
157-
<codahale.metrics.version>4.2.32</codahale.metrics.version>
157+
<codahale.metrics.version>4.2.33</codahale.metrics.version>
158158
<!-- Should be consistent with SparkBuild.scala and docs -->
159159
<avro.version>1.12.0</avro.version>
160160
<aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>

0 commit comments

Comments
 (0)