Skip to content

Commit

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

### Why are the changes needed?
The new version bring a bug fix related to metrics-jetty module:
- dropwizard/metrics#3379

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass Github Actions

Closes #41849 from LuciferYang/SPARK-44296.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: yangjie01 <yangjie01@baidu.com>
  • Loading branch information
LuciferYang committed Jul 4, 2023
1 parent 16295a3 commit 6886258
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 @@ -177,11 +177,11 @@ log4j-slf4j2-impl/2.20.0//log4j-slf4j2-impl-2.20.0.jar
logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
lz4-java/1.8.0//lz4-java-1.8.0.jar
mesos/1.4.3/shaded-protobuf/mesos-1.4.3-shaded-protobuf.jar
metrics-core/4.2.18//metrics-core-4.2.18.jar
metrics-graphite/4.2.18//metrics-graphite-4.2.18.jar
metrics-jmx/4.2.18//metrics-jmx-4.2.18.jar
metrics-json/4.2.18//metrics-json-4.2.18.jar
metrics-jvm/4.2.18//metrics-jvm-4.2.18.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
minlog/1.3.0//minlog-1.3.0.jar
netty-all/4.1.93.Final//netty-all-4.1.93.Final.jar
netty-buffer/4.1.93.Final//netty-buffer-4.1.93.Final.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -152,7 +152,7 @@
If you changes codahale.metrics.version, you also need to change
the link to metrics.dropwizard.io in docs/monitoring.md.
-->
<codahale.metrics.version>4.2.18</codahale.metrics.version>
<codahale.metrics.version>4.2.19</codahale.metrics.version>
<!-- Should be consistent with SparkBuild.scala and docs -->
<avro.version>1.11.1</avro.version>
<aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>
Expand Down

0 comments on commit 6886258

Please sign in to comment.