Skip to content

Commit

Permalink
[SPARK-45743][BUILD] Upgrade dropwizard metrics 4.2.21
Browse files Browse the repository at this point in the history
### 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:
- dropwizard/metrics#2652
- dropwizard/metrics#3515
- dropwizard/metrics#3523
- dropwizard/metrics#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 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
LuciferYang authored and dongjoon-hyun committed Nov 1, 2023
1 parent c7bba9b commit 86510db
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -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.
-->
<codahale.metrics.version>4.2.19</codahale.metrics.version>
<codahale.metrics.version>4.2.21</codahale.metrics.version>
<!-- Should be consistent with SparkBuild.scala and docs -->
<avro.version>1.11.3</avro.version>
<aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>
Expand Down

0 comments on commit 86510db

Please sign in to comment.