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 2ef2bf5 [SPARK-53245] Update Java Operator SDK version to 5.1.2
2ef2bf5 is described below
commit 2ef2bf5a502e1690e54e9a0744b97dd5998a3117
Author: Attila Mészáros <[email protected]>
AuthorDate: Wed Aug 27 19:44:40 2025 -0700
[SPARK-53245] Update Java Operator SDK version to 5.1.2
Bumps JOSDK version to 5.1.2
contains an important fix for
https://github.com/operator-framework/java-operator-sdk/issues/2869
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
default test suit
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #297 from csviri/bump-josdk.
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 6e69d73..4d08490 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -17,7 +17,7 @@
[versions]
fabric8 = "7.3.1"
lombok = "1.18.38"
-operator-sdk = "5.1.1"
+operator-sdk = "5.1.2"
okhttp = "4.12.0"
dropwizard-metrics = "4.2.30"
spark = "4.0.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]