Skip to content

Commit a0929a4

Browse files
committed
[SPARK-53711] Upgrade operator-sdk to 5.1.3
### What changes were proposed in this pull request? This PR aims to upgrade `operator-idk` to 5.1.3. ### Why are the changes needed? To bring the latest bug fixes. - https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.1.3 - operator-framework/java-operator-sdk#2886 - operator-framework/java-operator-sdk#2899 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #343 from dongjoon-hyun/SPARK-53711. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent d31a05c commit a0929a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[versions]
1818
fabric8 = "7.4.0"
1919
lombok = "1.18.38"
20-
operator-sdk = "5.1.2"
20+
operator-sdk = "5.1.3"
2121
dropwizard-metrics = "4.2.30"
2222
spark = "4.0.1"
2323
log4j = "2.24.3"

0 commit comments

Comments
 (0)