Skip to content

Commit 30ffa69

Browse files
committed
[FLINK-36332] bump the operator sdk version to avoid conflicting fabric8 versions.
1 parent cad2816 commit 30ffa69

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
@@ -47,8 +47,8 @@ This project bundles the following dependencies under the Apache Software Licens
4747
- io.fabric8:kubernetes-model-scheduling:jar:6.13.2
4848
- io.fabric8:kubernetes-model-storageclass:jar:6.13.2
4949
- io.fabric8:zjsonpatch:jar:0.3.0
50-
- io.javaoperatorsdk:operator-framework-core:jar:4.8.3
51-
- io.javaoperatorsdk:operator-framework:jar:4.8.3
50+
- io.javaoperatorsdk:operator-framework-core:jar:4.9.4
51+
- io.javaoperatorsdk:operator-framework:jar:4.9.4
5252
- org.apache.commons:commons-compress:1.21
5353
- org.apache.commons:commons-lang3:3.14.0
5454
- org.apache.commons:commons-math3: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>4.8.3</operator.sdk.version>
78+
<operator.sdk.version>4.9.4</operator.sdk.version>
7979
<operator.sdk.webhook-framework.version>1.1.1</operator.sdk.webhook-framework.version>
8080

8181
<fabric8.version>6.13.2</fabric8.version>

0 commit comments

Comments
 (0)