This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new fd68924f [FLINK-33125] Bump JOSDK to 4.4.4
fd68924f is described below
commit fd68924f8db5872092177fc77ab07349d688d0fb
Author: Nicolas Fraison <[email protected]>
AuthorDate: Thu Sep 21 14:42:19 2023 +0200
[FLINK-33125] Bump JOSDK to 4.4.4
---
flink-kubernetes-operator/src/main/resources/META-INF/NOTICE | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
index 6612366c..85b46e48 100644
--- a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
+++ b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
@@ -47,8 +47,8 @@ This project bundles the following dependencies under the
Apache Software Licens
- io.fabric8:kubernetes-model-scheduling:jar:6.8.1
- io.fabric8:kubernetes-model-storageclass:jar:6.8.1
- io.fabric8:zjsonpatch:jar:0.3.0
-- io.javaoperatorsdk:operator-framework-core:jar:4.4.2
-- io.javaoperatorsdk:operator-framework:jar:4.4.2
+- io.javaoperatorsdk:operator-framework-core:jar:4.4.4
+- io.javaoperatorsdk:operator-framework:jar:4.4.4
- org.apache.commons:commons-compress:1.21
- org.apache.commons:commons-lang3:3.13.0
- org.apache.commons:commons-math3:3.6.1
diff --git a/pom.xml b/pom.xml
index e8ea34d3..d90c72de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,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.4.2</operator.sdk.version>
+ <operator.sdk.version>4.4.4</operator.sdk.version>
<operator.sdk.webhook-framework.version>1.1.1</operator.sdk.webhook-framework.version>
<fabric8.version>6.8.1</fabric8.version>