-
Notifications
You must be signed in to change notification settings - Fork 228
Update okhttp to 5.x #1500
Copy link
Copy link
Open
Labels
auto-triage-skipdependenciesPull requests that update a dependency filePull requests that update a dependency fileproject:slack-api-clientproject:slack-api-clientproject:slack-api-clientproject:slack-app-backend
Metadata
Metadata
Assignees
Labels
auto-triage-skipdependenciesPull requests that update a dependency filePull requests that update a dependency fileproject:slack-api-clientproject:slack-api-clientproject:slack-api-clientproject:slack-app-backend
Hi,
The recent OkHttp 5.x release has split the artifact into platform-specific packages (okhttp-jvm and okhttp-android). This causes issues on our projects as we can't update their okhttp dependency without breaking validation rules like
BanDuplicateClassesdue to this change of artifact id.With this update Okhttp have updated Kotlin to v2, so the Kotlin dependency will require to be updated to 2.x as well. Based on comment in pom this shouldn't be an issue.
Could you please update the OkHttp dependency to 5.x (okhttp-jvm) to avoid these conflicts?
Thanks for your consideration!
Category