Skip to content

chore(deps): update okhttp monorepo to v5.3.2#957

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/okhttp-monorepo
Open

chore(deps): update okhttp monorepo to v5.3.2#957
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/okhttp-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2025

This PR contains the following updates:

Package Change Age Confidence
com.squareup.okhttp3:mockwebserver (source) 5.1.05.3.2 age confidence
com.squareup.okhttp3:okhttp-bom (source) 5.1.05.3.2 age confidence

Release Notes

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

v5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused
    timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

v5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

v5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific
    metadata to a Call in an EventListener or Interceptor. The tag can be read in any other
    EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    
        return chain.proceed(chain.request())
      }
  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using
    OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail
    [16 KB ELF alignment checks][elf_alignment].

v5.2.3

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused
    timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

v5.2.2

2025-11-16

This release is the same as 5.2.1. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

v5.2.1

2025-10-09

  • Fix: Don't crash when calling Socket.shutdownOutput() or shutdownInput() on an SSLSocket
    on Android API 21 through 23. This method throws an UnsupportedOperationException, so we now
    catch that and close the underlying stream instead.

  • Upgrade: [Okio 3.16.1][okio_3_16_1].

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.

@spacecowboy spacecowboy enabled auto-merge (rebase) October 22, 2025 10:18
@renovate renovate bot force-pushed the renovate/okhttp-monorepo branch 2 times, most recently from 0e4eeb9 to f57112a Compare October 22, 2025 10:20
@renovate renovate bot force-pushed the renovate/okhttp-monorepo branch from f57112a to 44d55b7 Compare October 31, 2025 03:47
@renovate renovate bot changed the title chore(deps): update okhttp monorepo to v5.2.1 chore(deps): update okhttp monorepo to v5.3.0 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/okhttp-monorepo branch from 44d55b7 to 1098030 Compare November 10, 2025 20:55
@renovate renovate bot changed the title chore(deps): update okhttp monorepo to v5.3.0 chore(deps): update okhttp monorepo to v5.3.1 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/okhttp-monorepo branch 2 times, most recently from c8a4abe to ecae423 Compare November 18, 2025 14:15
@renovate renovate bot changed the title chore(deps): update okhttp monorepo to v5.3.1 chore(deps): update okhttp monorepo to v5.3.2 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/okhttp-monorepo branch from ecae423 to d4c6468 Compare November 19, 2025 01:37
@renovate renovate bot force-pushed the renovate/okhttp-monorepo branch from d4c6468 to 6c6edd1 Compare December 30, 2025 12:35
@renovate renovate bot force-pushed the renovate/okhttp-monorepo branch from 6c6edd1 to 6e03556 Compare February 2, 2026 21:46
@renovate renovate bot force-pushed the renovate/okhttp-monorepo branch from 6e03556 to 32512fd Compare February 12, 2026 14:56
@renovate renovate bot force-pushed the renovate/okhttp-monorepo branch from 32512fd to 6882e07 Compare March 1, 2026 20:09
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.

0 participants