This is an automated email from the ASF dual-hosted git repository.
ptoth 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 9ddb973 [SPARK-54964] Bump Java Operator SDK to version 5.2.2
9ddb973 is described below
commit 9ddb973238a6f249c35df9431bdaa2010b7cc94c
Author: Attila Mészáros <[email protected]>
AuthorDate: Thu Jan 8 17:30:09 2026 +0100
[SPARK-54964] Bump Java Operator SDK to version 5.2.2
### What changes were proposed in this pull request?
Bump Java Operator SDK to version 5.2.2
### Why are the changes needed?
Updates JOSDK to newest version, that contains bug fixes.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Already covered with unit tests
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #450 from csviri/bump-josdk-to-5.2.2.
Authored-by: Attila Mészáros <[email protected]>
Signed-off-by: Peter Toth <[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 8b47f02..16b2057 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.2.1"
+operator-sdk = "5.2.2"
dropwizard-metrics = "4.2.33"
spark = "4.1.0"
log4j = "2.24.3"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]