Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2025

This PR contains the following updates:

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

Release Notes

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

v5.3.1

2025-11-16

  • 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.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.2

2025-11-16

  • 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.3][okio_3_16_3].


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.

@oldergod oldergod enabled auto-merge November 4, 2025 10:27
@renovate renovate bot changed the title Update okhttp monorepo to v5.3.0 Update okhttp monorepo to v5.3.1 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/okhttp-monorepo branch from 33ed3f3 to 2c67703 Compare November 16, 2025 18:09
@oldergod oldergod force-pushed the renovate/okhttp-monorepo branch from 6b2e4c6 to c49bdb0 Compare November 17, 2025 11:50
@oldergod oldergod merged commit d986574 into master Nov 17, 2025
15 checks passed
@oldergod oldergod deleted the renovate/okhttp-monorepo branch November 17, 2025 12:19
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