Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update okhttp3 #309

Closed
Meridiano1984 opened this issue Aug 21, 2023 · 4 comments
Closed

Update okhttp3 #309

Meridiano1984 opened this issue Aug 21, 2023 · 4 comments

Comments

@Meridiano1984
Copy link

Hi, you are using squareup.okhttp3:okhttp@4.10.0 this library depends on com.squareup.okio:okio-jvm@3.0.0. This version of okio-jvm has a vulnerability according to snyk: https://security.snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKIO-5820002.

Could you update squareup.okhttp3 to get rid of this vulnerability?
I will be very grateful

@workato-integration
Copy link

@meiao
Copy link
Contributor

meiao commented Aug 21, 2023

Currently there is no (stable) newer version of okhttp.
If you are using Java 11+, you can use the telemetry-http-java11 dependency instead of the okhttp one.

implementation("com.newrelic.telemetry:telemetry-core:0.15.0")
implementation("com.newrelic.telemetry:telemetry-http-java11:0.15.0")

@Meridiano1984
Copy link
Author

ok, thank you for your response.

@meiao
Copy link
Contributor

meiao commented Oct 20, 2023

Fixed by #311

@meiao meiao closed this as completed Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants