Title: Bump com.squareup.okhttp3:mockwebserver from 3.14.9 to 5.3.2 by dependabot[bot] · Pull Request #2551 · docker-java/docker-java · GitHub
Open Graph Title: Bump com.squareup.okhttp3:mockwebserver from 3.14.9 to 5.3.2 by dependabot[bot] · Pull Request #2551 · docker-java/docker-java
X Title: Bump com.squareup.okhttp3:mockwebserver from 3.14.9 to 5.3.2 by dependabot[bot] · Pull Request #2551 · docker-java/docker-java
Description: Bumps com.squareup.okhttp3:mockwebserver from 3.14.9 to 5.3.2.
Changelog
Sourced from com.squareup.okhttp3:mockwebserver's changelog.
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 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].
Version 5.2.3
2025-11-18
... (truncated)
Commits
75b9c26 Prepare for release 5.3.2.
ab48e5d Okio 3.16.4 (#9200)
a9a4638 Prepare next development version.
ef72228 Prepare for release 5.3.1.
6747167 Update com.squareup.okio to v3.16.3 (#9197)
0960b47 Prepare for release 5.3.0.
bfb24eb Support Request Bodies on HTTP1.1 Connection Upgrades (#9159)
cf4a864 Update Gradle to v9.2.0 (#9171)
4e7dbec Update dependency com.puppycrawl.tools:checkstyle to v12.1.1 (#9169)
0470853 Add tags to calls, including computable tags (#9168)
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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps com.squareup.okhttp3:mockwebserver from 3.14.9 to 5.3.2. Changelog Sourced from com.squareup.okhttp3:mockwebserver's changelog. Version 5.3.2 2025-11-18 Fix: Don't delay triggerin...
X Description: Bumps com.squareup.okhttp3:mockwebserver from 3.14.9 to 5.3.2. Changelog Sourced from com.squareup.okhttp3:mockwebserver's changelog. Version 5.3.2 2025-11-18 Fix: Don't delay t...
Opengraph URL: https://github.com/docker-java/docker-java/pull/2551
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:738dff51-5023-4046-4392-c64f22fcf178 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | B5E6:337F64:188A55D:21E2538:6971F145 |
| html-safe-nonce | 937adc8eb4d43fe8174540c24d2b4e75191a17b9045ef0acb52b9cb8412ffe11 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNUU2OjMzN0Y2NDoxODhBNTVEOjIxRTI1Mzg6Njk3MUYxNDUiLCJ2aXNpdG9yX2lkIjoiMzQ1MzcyNTIyNjE2NjI1MTg0NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 58bd91dce6bee04679ae03432afc57389a863c26b93abad3f88c4ba9fd37927b |
| hovercard-subject-tag | pull_request:3040021693 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/docker-java/docker-java/pull/2551/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps com.squareup.okhttp3:mockwebserver from 3.14.9 to 5.3.2. Changelog Sourced from com.squareup.okhttp3:mockwebserver's changelog. Version 5.3.2 2025-11-18 Fix: Don't delay triggerin... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 683712716975b3393656edf09255a1d488d0e68ab7b9ac97e40ecf40036f696c |
| turbo-cache-control | no-cache |
| go-import | github.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git |
| octolytics-dimension-user_id | 7772003 |
| octolytics-dimension-user_login | docker-java |
| octolytics-dimension-repository_id | 20415251 |
| octolytics-dimension-repository_nwo | docker-java/docker-java |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 20415251 |
| octolytics-dimension-repository_network_root_nwo | docker-java/docker-java |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | ed99da4e2de688dd1056894c1eccd4c82c6bbbfe |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width