This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun 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 a57ff62 [SPARK-57015] Upgrade `slf4j` to 2.0.18
a57ff62 is described below
commit a57ff62b1b9e88926035af0785f43637c11d4e86
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri May 22 14:32:28 2026 -0700
[SPARK-57015] Upgrade `slf4j` to 2.0.18
### What changes were proposed in this pull request?
This PR aims to upgrade `slf4j` from 2.0.17 to 2.0.18.
### Why are the changes needed?
To bring the latest bug fixes from SLF4J 2.0.18.
- https://www.slf4j.org/news.html#2.0.18 (2026-05-12)
- https://github.com/qos-ch/slf4j/milestone/6
- https://github.com/qos-ch/slf4j/issues/471
### 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?
Generated-by: Claude Opus 4.7
Closes #687 from dongjoon-hyun/SPARK-57015.
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 e7da03c..a01c7d4 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -23,7 +23,7 @@ dropwizard-metrics = "4.2.38"
spark = "4.2.0-preview5"
hadoop = "3.5.0"
log4j = "2.26.0"
-slf4j = "2.0.17"
+slf4j = "2.0.18"
# Test
junit = "6.1.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]