-
Notifications
You must be signed in to change notification settings - Fork 129
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
The version of okhttp3 is not compatible #290
Comments
@bednar |
Hi @chb1828, it looks like difference behaviour of resolving transient dependencies in Gradle and Maven. The Maven correctly resolve
I will prepare PR to cover this. Regards |
@bednar |
The simplest way is:
|
@bednar |
@chb1828 thanks for your confirmation 👍 |
influxdb-client-version : 4.0.0
It won't run because the version of that dependency doesn't match.
The error log is as below.
So I changed okhttp version 3.14 to version 4.9.3
build.gradle
The text was updated successfully, but these errors were encountered: