Skip to content

Commit

Permalink
[FLINK-36332] bump the operator sdk version to avoid conflicting fabr…
Browse files Browse the repository at this point in the history
…ic8 versions.
  • Loading branch information
SamBarker committed Sep 20, 2024
1 parent 8f269a9 commit 64ad0ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ This project bundles the following dependencies under the Apache Software Licens
- io.fabric8:kubernetes-model-scheduling:jar:6.13.2
- io.fabric8:kubernetes-model-storageclass:jar:6.13.2
- io.fabric8:zjsonpatch:jar:0.3.0
- io.javaoperatorsdk:operator-framework-core:jar:4.8.3
- io.javaoperatorsdk:operator-framework:jar:4.8.3
- io.javaoperatorsdk:operator-framework-core:jar:4.9.4
- io.javaoperatorsdk:operator-framework:jar:4.9.4
- org.apache.commons:commons-compress:1.21
- org.apache.commons:commons-lang3:3.14.0
- org.apache.commons:commons-math3:3.6.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ under the License.
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version>
<git-commit-id-maven-plugin.version>5.0.0</git-commit-id-maven-plugin.version>

<operator.sdk.version>4.8.3</operator.sdk.version>
<operator.sdk.version>4.9.4</operator.sdk.version>
<operator.sdk.webhook-framework.version>1.1.1</operator.sdk.webhook-framework.version>

<fabric8.version>6.13.2</fabric8.version>
Expand Down

0 comments on commit 64ad0ae

Please sign in to comment.