This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 9bac545 [SPARK-53767] Upgrade `Dropwizard` metrics to 4.2.33
9bac545 is described below
commit 9bac5456aebd93a1211a1ca5587b32df472b7dd6
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Sep 30 18:50:31 2025 -0700
[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.
- https://github.com/apache/spark/pull/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]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index e38e162..9d0d5ff 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -18,7 +18,7 @@
fabric8 = "7.4.0"
lombok = "1.18.38"
operator-sdk = "5.1.3"
-dropwizard-metrics = "4.2.30"
+dropwizard-metrics = "4.2.33"
spark = "4.0.1"
log4j = "2.24.3"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]