We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue.
1.0.2
java -version
1.8.0_51
If possible, provide a recipe for reproducing the error.
grpc used the old version of okhttp 2.5.0
Update the version of okhttp to the latest version
The text was updated successfully, but these errors were encountered:
I believe we have vendored copies of OkHttp in our code, which have since been modified. It may be difficult to update OkHttp.
Sorry, something went wrong.
The code is vendored, which means it doesn't really change much the version in the dependency chain. See #2999
No branches or pull requests
Please answer these questions before submitting your issue.
What version of gRPC are you using?
1.0.2
What JVM are you using (
java -version
)?1.8.0_51
What did you do?
If possible, provide a recipe for reproducing the error.
grpc used the old version of okhttp 2.5.0
What did you expect to see?
Update the version of okhttp to the latest version
What did you see instead?
The text was updated successfully, but these errors were encountered: