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 08d2331 [SPARK-55734] Upgrade `Dropwizard` metrics to 4.2.38
08d2331 is described below
commit 08d233112504e73f3e68d84b76ad4bea36db88c2
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Feb 26 19:35:37 2026 -0800
[SPARK-55734] Upgrade `Dropwizard` metrics to 4.2.38
### What changes were proposed in this pull request?
This PR aims to upgrade `Dropwizard` metrics to 4.2.38.
### Why are the changes needed?
4.2.38 is the latest 4.2.x line.
- https://github.com/dropwizard/metrics/releases/tag/v4.2.38 (2026-01-25)
### 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?
Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`
Closes #526 from dongjoon-hyun/SPARK-55734.
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 0abcab1..7043414 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -19,7 +19,7 @@ fabric8 = "7.5.2"
lombok = "1.18.42"
netty = "4.2.10.Final"
operator-sdk = "5.2.3"
-dropwizard-metrics = "4.2.37"
+dropwizard-metrics = "4.2.38"
spark = "4.1.1"
hadoop = "3.4.3"
log4j = "2.24.3"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]