Skip to content

Commit

Permalink
Update okio to v3.8.0 (#739)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[com.squareup.okio:okio-fakefilesystem](https://togithub.com/square/okio)
| dependencies | minor | `3.7.0` -> `3.8.0` |
| [com.squareup.okio:okio](https://togithub.com/square/okio) |
dependencies | minor | `3.7.0` -> `3.8.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.8.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-380)

*2024-02-09*

- New: `TypedOptions` works like `Options`, but it returns a `T` rather
than an index.
-   Fix: Don't leave sinks open when there's a race in `Pipe.fold()`.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xODEuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
slack-oss-bot authored Feb 11, 2024
1 parent ff43881 commit 1a7a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ moshi = "1.15.1"
moshix = "0.25.1"
nullawayGradle = "1.3.0"
okhttp = "5.0.0-alpha.10"
okio = "3.7.0"
okio = "3.8.0"
retrofit = "2.9.0"
sortDependencies = "0.6"
spotless = "6.25.0"
Expand Down

0 comments on commit 1a7a380

Please sign in to comment.