Skip to content

Commit 9bac545

Browse files
committed
[SPARK-53767] 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? To match with Apache Spark 4.1.0-preview2 for now. - apache/spark#51944 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #355 from dongjoon-hyun/SPARK-53767. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 99c96f2 commit 9bac545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
fabric8 = "7.4.0"
1919
lombok = "1.18.38"
2020
operator-sdk = "5.1.3"
21-
dropwizard-metrics = "4.2.30"
21+
dropwizard-metrics = "4.2.33"
2222
spark = "4.0.1"
2323
log4j = "2.24.3"
2424

0 commit comments

Comments
 (0)