Skip to content

Commit 67054d6

Browse files
committed
[SPARK-56433] Upgrade operator-sdk to 5.3.3
### What changes were proposed in this pull request? This PR aims to upgrade `operator-sdk` to 5.3.3. ### Why are the changes needed? To bring the latest bug fixes of Java Operator SDK. - https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.3.3 - operator-framework/java-operator-sdk#3273 ### 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.6 Closes #628 from dongjoon-hyun/SPARK-56433. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 09a63b7 commit 67054d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
fabric8 = "7.6.1"
1919
lombok = "1.18.44"
2020
netty = "4.2.12.Final"
21-
operator-sdk = "5.3.2"
21+
operator-sdk = "5.3.3"
2222
dropwizard-metrics = "4.2.38"
2323
spark = "4.1.1"
2424
hadoop = "3.5.0"

0 commit comments

Comments
 (0)