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 d55e51b [SPARK-53899] Update `Operator SDK` to 5.1.4
d55e51b is described below
commit d55e51b013ed8139d3ffa9a04ffe9579fa175172
Author: Attila Mészáros <[email protected]>
AuthorDate: Tue Oct 14 12:50:16 2025 -0700
[SPARK-53899] Update `Operator SDK` to 5.1.4
### What changes were proposed in this pull request?
Using the latest version of Java Operator SDK v5.1.4
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Current test suit.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #387 from csviri/josdk-5.1.4.
Authored-by: Attila Mészáros <[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 d6d5ffb..fd4194a 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -17,7 +17,7 @@
[versions]
fabric8 = "7.4.0"
lombok = "1.18.42"
-operator-sdk = "5.1.3"
+operator-sdk = "5.1.4"
dropwizard-metrics = "4.2.33"
spark = "4.1.0-preview2"
log4j = "2.24.3"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]