Skip to content

Commit 92e79e3

Browse files
panbingkundongjoon-hyun
authored andcommitted
[SPARK-49901][BUILD] Upgrade dropwizard metrics to 4.2.28
### What changes were proposed in this pull request? This pr aims to upgrade `dropwizard metrics` from `4.2.27` to `4.2.28`. ### Why are the changes needed? v4.2.127 VS v.4.2.28 dropwizard/metrics@v4.2.27...v4.2.28 ### 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 #48377 from panbingkun/SPARK-49901. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 83f732c commit 92e79e3

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
@@ -196,11 +196,11 @@ log4j-layout-template-json/2.24.1//log4j-layout-template-json-2.24.1.jar
196196
log4j-slf4j2-impl/2.24.1//log4j-slf4j2-impl-2.24.1.jar
197197
logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
198198
lz4-java/1.8.0//lz4-java-1.8.0.jar
199-
metrics-core/4.2.27//metrics-core-4.2.27.jar
200-
metrics-graphite/4.2.27//metrics-graphite-4.2.27.jar
201-
metrics-jmx/4.2.27//metrics-jmx-4.2.27.jar
202-
metrics-json/4.2.27//metrics-json-4.2.27.jar
203-
metrics-jvm/4.2.27//metrics-jvm-4.2.27.jar
199+
metrics-core/4.2.28//metrics-core-4.2.28.jar
200+
metrics-graphite/4.2.28//metrics-graphite-4.2.28.jar
201+
metrics-jmx/4.2.28//metrics-jmx-4.2.28.jar
202+
metrics-json/4.2.28//metrics-json-4.2.28.jar
203+
metrics-jvm/4.2.28//metrics-jvm-4.2.28.jar
204204
minlog/1.3.0//minlog-1.3.0.jar
205205
netty-all/4.1.110.Final//netty-all-4.1.110.Final.jar
206206
netty-buffer/4.1.110.Final//netty-buffer-4.1.110.Final.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
If you change codahale.metrics.version, you also need to change
152152
the link to metrics.dropwizard.io in docs/monitoring.md.
153153
-->
154-
<codahale.metrics.version>4.2.27</codahale.metrics.version>
154+
<codahale.metrics.version>4.2.28</codahale.metrics.version>
155155
<!-- Should be consistent with SparkBuild.scala and docs -->
156156
<avro.version>1.12.0</avro.version>
157157
<aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>

0 commit comments

Comments
 (0)