Bump com.squareup.okhttp3:mockwebserver from 3.14.9 to 5.4.0 by dependabot[bot] · Pull Request #2645 · docker-java/docker-java
Bumps com.squareup.okhttp3:mockwebserver from 3.14.9 to 5.4.0.
Changelog
Sourced from com.squareup.okhttp3:mockwebserver's changelog.
Version 5.4.0
2026-06-08
- New: Add superpowers to interceptors. Interceptors can now override anything settable on
OkHttpClient.Builder, such as the cache, connection pool, socket factory, and DNS. We expect this will allow most users to use interceptors everywhere, insted of mixing and matching interceptors with customCall.Factorywrappers.- Fix: Limit each HTTP/2 response to 256 KiB of total headers.
- Upgrade: [kotlinx.coroutines 1.11.0][coroutines_1_11_0]. This is used by the optional
okhttp-coroutinesartifact.- Upgrade: [GraalVM 25.0.3][graalvm_25].
- Upgrade: [Okio 3.17.0][okio_3_17_0].
Version 5.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].
Version 5.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].
Version 5.3.0
2025-10-30
New: Add tags to
Call, including computable tags. Use this to attach application-specific metadata to aCallin anEventListenerorInterceptor. The tag can be read in any otherEventListenerorInterceptor.override fun intercept(chain: Interceptor.Chain): Response { chain.call().tag(MyAnalyticsTag::class) { MyAnalyticsTag(...) } return chain.proceed(chain.request()) }
... (truncated)
Commits
61423f4Prepare for release 5.4.0.d7e6effUpdate eclipse.osgi to v3.24.200 (#9480)7a35098Update bnd to v7.3.0 (#9475)0c5a45bUpdate dependency com.puppycrawl.tools:checkstyle to v13.5.0 (#9468)113ad17Update dependency macos to v26 (#9457)84f601aUpdate shadow.plugin to v9.4.2 (#9466)7d463f4Update spotless.plugin to v8.6.0 (#9464)3bf00f5Update plugin com.diffplug.spotless to v8.6.0 (#9463)cfc45a3Update spotless.plugin to v8.5.1 (#9456)81c5006Apply gradle lint correctly (#9459)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)