Skip to content

fix(deps): update okhttp monorepo to v5.2.0#7732

Merged
jkwatson merged 1 commit into
mainfrom
renovate/okhttp-monorepo
Oct 9, 2025
Merged

fix(deps): update okhttp monorepo to v5.2.0#7732
jkwatson merged 1 commit into
mainfrom
renovate/okhttp-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 7, 2025

This PR contains the following updates:

Package Change Age Confidence
com.squareup.okhttp3:okhttp (source) 5.1.0 -> 5.2.0 age confidence
com.squareup.okhttp3:okhttp-bom (source) 5.1.0 -> 5.2.0 age confidence

Release Notes

square/okhttp (com.squareup.okhttp3:okhttp)

v5.2.0

2025-10-07

  • New: Support [HTTP 101] responses with Response.socket. This mechanism is only supported on
    HTTP/1.1. We also reimplemented our websocket client to use this new mechanism.

  • New: The okhttp-zstd module negotiates [Zstandard (zstd)][zstd] compression with servers that
    support it. It integrates a new (unstable) [ZSTD-KMP] library, also from Square. Enable it like
    this:

    val client = OkHttpClient.Builder()
      .addInterceptor(CompressionInterceptor(Zstd, Gzip))
      .build()
  • New: Support the QUERY HTTP method. You will need to set the Request.cacheUrlOverride
    property to cache calls made with this method. The RequestBody.sha256() may be helpful here;
    use it to compose a cache URL from the query body.

  • New: Publish events when calls must wait to execute. EventListener.dispatcherQueueStart()
    is invoked when a call starts waiting, and dispatcherQueueEnd() is invoked when it's done.

  • New: Request.toCurl() returns a copy-pasteable [curl] command consistent with Chrome’s and
    Firefox’s ‘copy as cURL’ features.

  • New: Support [JPMS]. We replaced our Automatic-Module-Name metadata with proper
    module-info.java files.

  • Fix: Recover gracefully when worker threads are interrupted. When we introduced fast fallback in
    OkHttp 5.0, we started using background threads while connecting. Sadly that code didn't handle
    interruptions well. This is now fixed.

  • Upgrade: [Kotlin 2.2.20][kotlin_2_2_20].

  • Upgrade: [Okio 3.16.0][okio_3_16_0].


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner October 7, 2025 20:05
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.18%. Comparing base (e086320) to head (4410af6).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #7732   +/-   ##
=========================================
  Coverage     90.17%   90.18%           
  Complexity     7196     7196           
=========================================
  Files           814      814           
  Lines         21719    21719           
  Branches       2125     2125           
=========================================
+ Hits          19585    19587    +2     
+ Misses         1467     1465    -2     
  Partials        667      667           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/okhttp-monorepo branch from b28b945 to 3008b78 Compare October 9, 2025 16:59
@renovate renovate Bot force-pushed the renovate/okhttp-monorepo branch from 3008b78 to 4410af6 Compare October 9, 2025 17:02
@jkwatson jkwatson merged commit 6e0ea84 into main Oct 9, 2025
30 checks passed
@jkwatson jkwatson deleted the renovate/okhttp-monorepo branch October 9, 2025 18:04
the-clam pushed a commit to the-clam/opentelemetry-java that referenced this pull request Nov 6, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants