chore(deps): bump okhttp to v4.12.0#101
Open
marcindabrowski wants to merge 1 commit intolaunchdarkly:mainfrom
Open
chore(deps): bump okhttp to v4.12.0#101marcindabrowski wants to merge 1 commit intolaunchdarkly:mainfrom
marcindabrowski wants to merge 1 commit intolaunchdarkly:mainfrom
Conversation
e4336d0 to
08d79cf
Compare
okhttp 4.9.3 depends on okio v2.8.0, that has https://nvd.nist.gov/vuln/detail/CVE-2023-3635 vulnerability. okhttp v4.12.0 is latest v4, but v5 seems to be compatible with it. Also, bump test libs: * guava to 33.5.0-jre * junit to v4.13.2
08d79cf to
24062c8
Compare
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.

okhttp 4.9.3 depends on okio v2.8.0, that has https://nvd.nist.gov/vuln/detail/CVE-2023-3635 vulnerability. okhttp v4.12.0 is latest v4, but v5 seems to be compatible with it.
Also, bump test libs:
Note
Medium Risk
Updates a core HTTP client dependency, which could introduce behavioral or compatibility changes at runtime despite being a patch-level upgrade. Test dependency bumps are low risk but may surface new test failures due to stricter behavior.
Overview
Upgrades the runtime dependency on OkHttp from
4.9.3to4.12.0inbuild.gradle.kts.Also bumps test-only dependencies: Guava to
33.5.0-jreand JUnit 4 to4.13.2.Written by Cursor Bugbot for commit 24062c8. This will update automatically on new commits. Configure here.