Skip to content

Commit 02211b2

Browse files
authored
[FLINK-38437] Bump Java Operator SDK version to 5.1.3 in Flink Kubernetes Operator (#1032)
1 parent f164dcb commit 02211b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flink-kubernetes-operator/src/main/resources/META-INF/NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ This project bundles the following dependencies under the Apache Software Licens
4848
- io.fabric8:kubernetes-model-scheduling:jar:7.3.0
4949
- io.fabric8:kubernetes-model-storageclass:jar:7.3.0
5050
- io.fabric8:zjsonpatch:jar:7.3.0
51-
- io.javaoperatorsdk:operator-framework-core:jar:5.1.2
52-
- io.javaoperatorsdk:operator-framework:jar:5.1.2
51+
- io.javaoperatorsdk:operator-framework-core:jar:5.1.3
52+
- io.javaoperatorsdk:operator-framework:jar:5.1.3
5353
- org.apache.commons:commons-compress:jar:1.26.0
5454
- org.apache.commons:commons-lang3:jar:3.18.0
5555
- org.apache.commons:commons-math3:jar:3.6.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ under the License.
7575
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version>
7676
<git-commit-id-maven-plugin.version>5.0.0</git-commit-id-maven-plugin.version>
7777

78-
<operator.sdk.version>5.1.2</operator.sdk.version>
78+
<operator.sdk.version>5.1.3</operator.sdk.version>
7979
<operator.sdk.webhook-framework.version>3.0.0</operator.sdk.webhook-framework.version>
8080

8181
<fabric8.version>7.3.1</fabric8.version>

0 commit comments

Comments
 (0)