abhilashmandaliya commented on code in PR #19924:
URL: https://github.com/apache/pulsar/pull/19924#discussion_r1149175449
##########
pom.xml:
##########
@@ -225,11 +225,11 @@ flexible messaging model and an intuitive client
API.</description>
<jakarta.validation.version>2.0.2</jakarta.validation.version>
<jna.version>5.12.1</jna.version>
<kubernetesclient.version>12.0.1</kubernetesclient.version>
- <okhttp3.version>4.9.3</okhttp3.version>
+ <okhttp3.version>4.10.0</okhttp3.version>
<!-- use okio version that matches the okhttp3 version -->
- <okio.version>2.8.0</okio.version>
- <!-- override kotlin-stdlib used by okio in order to address
CVE-2020-29582 -->
- <kotlin-stdlib.version>1.4.32</kotlin-stdlib.version>
+ <okio.version>3.0.0</okio.version>
Review Comment:
@nicoloboschi Latest stable version of `okhttp3` `4.10.0` uses `3.0.0`
version of `okio`. Is it okay to use `3.3.0` instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]