Skip to content

Commit 290134f

Browse files
fix(deps): update okio to v3.11.0 (#2032)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.squareup.okio:okio-fakefilesystem](https://redirect.github.com/square/okio) | dependencies | minor | `3.10.2` -> `3.11.0` | | [com.squareup.okio:okio](https://redirect.github.com/square/okio) | dependencies | minor | `3.10.2` -> `3.11.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>square/okio (com.squareup.okio:okio-fakefilesystem)</summary> ### [`v3.11.0`](https://redirect.github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3110) *2025-04-09* - Fix: Clear the deflater's byte array reference - New: Faster implementation of `String.decodeHex()` on Kotlin/JS. - New: Declare `EXACTLY_ONCE` execution for blocks like `Closeable.use {}` and `FileSystem.read {}`. - Upgrade: \[Kotlin 2.1.20]\[kotlin\_2\_1\_20]. </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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 9cee942 commit 290134f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ material-composeThemeAdapter = "1.2.1"
4141
mavenPublish = "0.31.0"
4242
molecule = "2.0.0"
4343
okhttp = "5.0.0-alpha.14"
44-
okio = "3.10.2"
44+
okio = "3.11.0"
4545
picnic = "0.7.0"
4646
robolectric = "4.14.1"
4747
roborazzi = "1.43.1"

0 commit comments

Comments
 (0)