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 bc15bc0 [SPARK-57508] Upgrade `java-operator-sdk` to 5.3.5
bc15bc0 is described below
commit bc15bc0d9f5cdd70d14519f51233c6c3cb65e5ba
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jun 17 10:52:19 2026 -0700
[SPARK-57508] Upgrade `java-operator-sdk` to 5.3.5
### What changes were proposed in this pull request?
This PR aims to upgrade `java-operator-sdk` to 5.3.5.
### Why are the changes needed?
To bring the latest bug fixes and improvements from `java-operator-sdk`
5.3.5:
-
https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.3.5
- https://github.com/operator-framework/java-operator-sdk/pull/3383
- https://github.com/operator-framework/java-operator-sdk/pull/3414
- https://github.com/operator-framework/java-operator-sdk/pull/3365
- https://github.com/operator-framework/java-operator-sdk/pull/3382
### 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.8
Closes #712 from dongjoon-hyun/SPARK-57508.
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 a59a087..0eee8c4 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -18,7 +18,7 @@
fabric8 = "7.7.0"
lombok = "1.18.46"
netty = "4.2.15.Final"
-operator-sdk = "5.3.4"
+operator-sdk = "5.3.5"
dropwizard-metrics = "4.2.39"
spark = "4.2.0-preview5"
hadoop = "3.5.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]