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 ca3a746e [FLINK-34319] Bump okhttp version to 4.12.0
ca3a746e is described below
commit ca3a746e42beb4816c4f3fb7d5b9aea6fc757b32
Author: ConradJam <[email protected]>
AuthorDate: Thu Feb 1 23:25:44 2024 +0800
[FLINK-34319] Bump okhttp version to 4.12.0
---
.../src/main/resources/META-INF/NOTICE | 16 ++++++++--------
pom.xml | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
index c0918e40..1b7d2325 100644
--- a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
+++ b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
@@ -12,10 +12,10 @@ This project bundles the following dependencies under the
Apache Software Licens
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.0
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.0
- com.google.code.findbugs:jsr305:1.3.9
-- com.squareup.okhttp3:logging-interceptor:4.11.0
-- com.squareup.okhttp3:okhttp:4.11.0
-- com.squareup.okio:okio-jvm:3.2.0
-- com.squareup.okio:okio:jar:3.2.0
+- com.squareup.okhttp3:logging-interceptor:4.12.0
+- com.squareup.okhttp3:okhttp:4.12.0
+- com.squareup.okio:okio-jvm:3.6.0
+- com.squareup.okio:okio:jar:3.6.0
- com.squareup:javapoet:1.13.0
- com.twitter:chill-java:0.7.6
- commons-cli:commons-cli:1.5.0
@@ -58,10 +58,10 @@ This project bundles the following dependencies under the
Apache Software Licens
- org.apache.logging.log4j:log4j-core:2.17.1
- org.apache.logging.log4j:log4j-slf4j-impl:2.17.1
- org.javassist:javassist:3.24.0-GA
-- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20
-- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.20
-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20
-- org.jetbrains.kotlin:kotlin-stdlib:1.6.20
+- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10
+- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21
+- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21
+- org.jetbrains.kotlin:kotlin-stdlib:1.8.21
- org.jetbrains:annotations:13.0
- org.lz4:lz4-java:1.8.0
- org.objenesis:objenesis:2.1
diff --git a/pom.xml b/pom.xml
index 3b08a129..db6ff9b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@ under the License.
<hamcrest.version>1.3</hamcrest.version>
- <okhttp.version>4.11.0</okhttp.version>
+ <okhttp.version>4.12.0</okhttp.version>
<curator-test.version>5.2.0</curator-test.version>
<assertj.version>3.21.0</assertj.version>