This is an automated email from the ASF dual-hosted git repository.
mattisonchao pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new c6c84969762 [fix][misc] Bump broker okio version to 3.4.0 (#21064)
c6c84969762 is described below
commit c6c8496976211cb4ab512f4abb23c53a6daea4f9
Author: Qiang Zhao <[email protected]>
AuthorDate: Mon Aug 28 10:27:22 2023 +0800
[fix][misc] Bump broker okio version to 3.4.0 (#21064)
(cherry picked from commit 671cfb44ea8312fc3544d08793efba93ff8b7710)
---
distribution/server/src/assemble/LICENSE.bin.txt | 4 +++-
pom.xml | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index a1e77b91e2a..11a7227a152 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -409,7 +409,9 @@ The Apache Software License, Version 2.0
* OkHttp3
- com.squareup.okhttp3-logging-interceptor-4.9.3.jar
- com.squareup.okhttp3-okhttp-4.9.3.jar
- * Okio - com.squareup.okio-okio-2.8.0.jar
+ * Okio
+ - com.squareup.okio-okio-3.4.0.jar
+ - com.squareup.okio-okio-jvm-3.4.0.jar
* Javassist -- org.javassist-javassist-3.25.0-GA.jar
* Kotlin Standard Lib
- org.jetbrains.kotlin-kotlin-stdlib-1.6.0.jar
diff --git a/pom.xml b/pom.xml
index 83a6d1d1296..f1fead92053 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,7 +234,7 @@ flexible messaging model and an intuitive client
API.</description>
<kubernetesclient.version>18.0.0</kubernetesclient.version>
<okhttp3.version>4.9.3</okhttp3.version>
<!-- use okio version that matches the okhttp3 version -->
- <okio.version>2.8.0</okio.version>
+ <okio.version>3.4.0</okio.version>
<!-- override kotlin-stdlib used by okio in order to address
CVE-2020-29582 -->
<kotlin-stdlib.version>1.6.0</kotlin-stdlib.version>
<nsq-client.version>1.0</nsq-client.version>