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 5c63b133 [FLINK-32243] Bump okhttp version to 4.11.0
5c63b133 is described below

commit 5c63b1338f8f2a4e956ad59994bd9be6ce8d3881
Author: ConradJam <[email protected]>
AuthorDate: Fri Jun 2 10:57:22 2023 +0800

    [FLINK-32243] Bump okhttp version to 4.11.0
---
 flink-kubernetes-operator/src/main/resources/META-INF/NOTICE | 12 ++++++------
 pom.xml                                                      |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE 
b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
index 5bd9b355..81159f45 100644
--- a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
+++ b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
@@ -12,9 +12,9 @@ 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.10.0
-- com.squareup.okhttp3:okhttp:4.10.0
-- com.squareup.okio:okio-jvm:3.0.0
+- 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:javapoet:1.13.0
 - com.twitter:chill-java:0.7.6
 - commons-cli:commons-cli:1.5.0
@@ -55,9 +55,9 @@ 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.5.31
-- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10
-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10
+- 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:annotations:13.0
 - org.lz4:lz4-java:1.8.0
diff --git a/pom.xml b/pom.xml
index 4c1d13df..4cb02154 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@ under the License.
 
         <hamcrest.version>1.3</hamcrest.version>
 
-        <okhttp.version>4.10.0</okhttp.version>
+        <okhttp.version>4.11.0</okhttp.version>
         <curator-test.version>5.2.0</curator-test.version>
     </properties>
 

Reply via email to