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 c548395 [SPARK-55082] Upgrade `Dropwizard` metrics to 4.2.37
c548395 is described below
commit c548395edb62497fe3e8bd567f499d8eb18a46b6
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jan 17 16:45:58 2026 +0900
[SPARK-55082] Upgrade `Dropwizard` metrics to 4.2.37
### What changes were proposed in this pull request?
This PR aims to upgrade `Dropwizard` metrics to 4.2.37 in order to match
with Apache Spark 4.1.0.
- https://github.com/apache/spark/pull/53061
### Why are the changes needed?
4.2.37 is the latest 4.2.x line.
- https://github.com/dropwizard/metrics/releases/tag/v4.2.37
- https://github.com/dropwizard/metrics/releases/tag/v4.2.36
- https://github.com/dropwizard/metrics/releases/tag/v4.2.35
- https://github.com/dropwizard/metrics/releases/tag/v4.2.34
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #462 from dongjoon-hyun/SPARK-55082.
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 236ce6f..d2a8d37 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -18,7 +18,7 @@
fabric8 = "7.5.1"
lombok = "1.18.42"
operator-sdk = "5.2.2"
-dropwizard-metrics = "4.2.33"
+dropwizard-metrics = "4.2.37"
spark = "4.1.1"
log4j = "2.24.3"
slf4j = "2.0.17"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]