Skip to content

Commit 04fff40

Browse files
fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.3.1 (#661)
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.3.0` -> `5.3.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.squareup.okhttp3:okhttp/5.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.squareup.okhttp3:okhttp/5.3.0/5.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>square/okhttp (com.squareup.okhttp3:okhttp)</summary> ### [`v5.3.1`](https://redirect.github.com/square/okhttp/blob/HEAD/CHANGELOG.md#Version-531) *2025-11-16* - 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.3]\[okio\_3\_16\_3]. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 718baa6 commit 04fff40

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.3.0"
14+
okhttp = "5.3.1"
1515
kotlinx-serialization-json = "1.9.0"
1616
viewmodel = "2.9.4"
1717
navigation = "2.9.6"

0 commit comments

Comments
 (0)