Commit bb7eff5
authored
fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.3.0 (#1104)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [com.squareup.okhttp3:okhttp](https://square.github.io/okhttp/)
([source](https://redirect.github.com/square/okhttp)) | `5.2.1` ->
`5.3.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>square/okhttp (com.squareup.okhttp3:okhttp)</summary>
###
[`v5.3.0`](https://redirect.github.com/square/okhttp/blob/HEAD/CHANGELOG.md#Version-530)
*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`.
```kotlin
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].
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>1 parent 067f2d1 commit bb7eff5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments