Title: Bump com.squareup.okhttp3:okhttp from 3.14.1 to 4.9.2 in /springboot-curd by dependabot[bot] · Pull Request #4 · cnzhgithub/springboot-github · GitHub
Open Graph Title: Bump com.squareup.okhttp3:okhttp from 3.14.1 to 4.9.2 in /springboot-curd by dependabot[bot] · Pull Request #4 · cnzhgithub/springboot-github
X Title: Bump com.squareup.okhttp3:okhttp from 3.14.1 to 4.9.2 in /springboot-curd by dependabot[bot] · Pull Request #4 · cnzhgithub/springboot-github
Description: Bumps com.squareup.okhttp3:okhttp from 3.14.1 to 4.9.2.
Changelog
Sourced from com.squareup.okhttp3:okhttp's changelog.
Change Log
Version 4.x
See 4.x Change log for the stable version changelogs.
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.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].
Version 5.2.0
2025-10-07
... (truncated)
Commits
3edf17c Prepare for release 4.9.2.
262b3cd Handle strict module handling on JDK17 (#6707) (#6742)
f574ea2 Cherry pick fix for CVE-2021-0341 onto 4.9.x (#6741)
1fd7c0a Make it more difficult to accidentally log sensitive headers (#6551) (#6740)
b0397cc 4.9.x GitHub builds update (#6732)
eb5a834 Prepare next development version.
63dcd95 Prepare for release 4.9.1.
d2e28ab Silently ignore 'bio == null' NullPointerExceptions (#6534)
cbeaf8f Prepare for release 4.9.0.
8fd74a7 Conscrypt 2.5.1 Upgrade (#6263)
Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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:okhttp from 3.14.1 to 4.9.2. Changelog Sourced from com.squareup.okhttp3:okhttp's changelog. Change Log Version 4.x See 4.x Change log for the stable version change...
X Description: Bumps com.squareup.okhttp3:okhttp from 3.14.1 to 4.9.2. Changelog Sourced from com.squareup.okhttp3:okhttp's changelog. Change Log Version 4.x See 4.x Change log for the stable version ch...
Opengraph URL: https://github.com/cnzhgithub/springboot-github/pull/4
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:7aaea4cb-e057-87ac-fc28-63280889c4b9 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E87A:24DC0D:36A16E:4B81DD:6A6397D1 |
| html-safe-nonce | 48c9ca2c8249ce7d541d221a4d8c7b7ff132b7e7a42f4334efb60e591f8be8ba |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFODdBOjI0REMwRDozNkExNkU6NEI4MUREOjZBNjM5N0QxIiwidmlzaXRvcl9pZCI6IjUyMDUxNDQ5Mzg4MTMyOTg2NDEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 0abc4ce84d0ea5d4d1614b80b1b1679a4f170dab334fb3fbf33e2d518b4dccac |
| hovercard-subject-tag | pull_request:3007593023 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,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/cnzhgithub/springboot-github/pull/4/files |
| 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:okhttp from 3.14.1 to 4.9.2. Changelog Sourced from com.squareup.okhttp3:okhttp's changelog. Change Log Version 4.x See 4.x Change log for the stable version change... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 4ca676e17c4da4532dc68541e9fc874034ae840c26b5f34da7f1c42d9a600659 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/cnzhgithub/springboot-github git https://github.com/cnzhgithub/springboot-github.git |
| octolytics-dimension-user_id | 53131968 |
| octolytics-dimension-user_login | cnzhgithub |
| octolytics-dimension-repository_id | 204284266 |
| octolytics-dimension-repository_nwo | cnzhgithub/springboot-github |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 204284266 |
| octolytics-dimension-repository_network_root_nwo | cnzhgithub/springboot-github |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 3a0a9f049e072eb8e5795dfddcefdba9e277501d |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width