Skip to content

Commit 8ef3382

Browse files
fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.3.0 (#635)
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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.squareup.okhttp3:okhttp/5.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.squareup.okhttp3:okhttp/5.2.1/5.3.0?slim=true)](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**: 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/EmergeTools/hackernews). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef1c4f8 commit 8ef3382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ espressoCore = "3.5.0" # This is to match Compose's version
1111
lifecycleRuntimeKtx = "2.9.4"
1212
activityCompose = "1.11.0"
1313
retrofit = "3.0.0"
14-
okhttp = "5.2.1"
14+
okhttp = "5.3.0"
1515
kotlinx-serialization-json = "1.9.0"
1616
viewmodel = "2.9.4"
1717
navigation = "2.9.5"

0 commit comments

Comments
 (0)