Skip to content

Commit

Permalink
[SPARK-50444][BUILD] Upgrade dropwizard metrics to 4.2.29
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This pr aims to upgrade `dropwizard metrics` from `4.2.28` to  `4.2.29`.

### Why are the changes needed?
v4.2.128 VS v.4.2.29
dropwizard/metrics@v4.2.28...v4.2.29
dropwizard/metrics#4540

### 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 #48997 from panbingkun/SPARK-50444.

Authored-by: panbingkun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
  • Loading branch information
panbingkun authored and LuciferYang committed Nov 29, 2024
1 parent b45045e commit 3791de9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ log4j-layout-template-json/2.24.2//log4j-layout-template-json-2.24.2.jar
log4j-slf4j2-impl/2.24.2//log4j-slf4j2-impl-2.24.2.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.28//metrics-core-4.2.28.jar
metrics-graphite/4.2.28//metrics-graphite-4.2.28.jar
metrics-jmx/4.2.28//metrics-jmx-4.2.28.jar
metrics-json/4.2.28//metrics-json-4.2.28.jar
metrics-jvm/4.2.28//metrics-jvm-4.2.28.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
minlog/1.3.0//minlog-1.3.0.jar
netty-all/4.1.114.Final//netty-all-4.1.114.Final.jar
netty-buffer/4.1.114.Final//netty-buffer-4.1.114.Final.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.28</codahale.metrics.version>
<codahale.metrics.version>4.2.29</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>
Expand Down

0 comments on commit 3791de9

Please sign in to comment.