chore(deps): bump okhttp to v5.3.2#104
Open
marcindabrowski wants to merge 1 commit into
Open
Conversation
v5.3.2 is the latest version of okhttp
| object Versions { | ||
| const val launchdarklyLogging = "1.1.1" | ||
| const val okhttp = "4.12.0" | ||
| const val okhttp = "5.3.2" |
There was a problem hiding this comment.
Kotlin plugin version not updated to match OkHttp 5
High Severity
Bumping OkHttp to 5.3.2 without updating the Kotlin plugin version from 1.6.10 (line 21) creates a major version mismatch. OkHttp 5.3.2 depends on kotlin-stdlib 2.2.21 and requires Kotlin 2.2.0+ to read its metadata. The build file's own comment (lines 32–34) explicitly warns that the Kotlin plugin version must match OkHttp's Kotlin version to avoid extra Kotlin runtime dependencies in the published pom. This mismatch may cause build failures or incorrect transitive dependencies for consumers of this library.
Contributor
|
Hi, thank you for submitting this PR. What is the main driver for updating to v5? We may have to consider how this will roll out with many other dependencies customers may be using. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


v5.3.2 is the latest version of OkHttp.
Version 5 of OkHttp works on Android 5.0+ (API level 21+) and Java 8+.
Note
Medium Risk
Upgrading the core HTTP client dependency can introduce behavioral/compatibility changes at runtime even though the diff is a single version bump.
Overview
Updates the OkHttp dependency version in
build.gradle.ktsfrom4.12.0to5.3.2, so consumers of this library will build and run against OkHttp v5.Written by Cursor Bugbot for commit 03de884. This will update automatically on new commits. Configure here.