Skip to content

Commit

Permalink
Update okio to v3.10.2 (#1881)
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://redirect.github.com/square/okio)
| dependencies | patch | `3.10.0` -> `3.10.2` |
| [com.squareup.okio:okio](https://redirect.github.com/square/okio) |
dependencies | patch | `3.10.0` -> `3.10.2` |

---

> [!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.10.2`](https://redirect.github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3102)

[Compare
Source](https://redirect.github.com/square/okio/compare/3.10.1...3.10.2)

*2025-01-08*

-   Fix: `okio-nodefilesystem` artifact is no longer empty.

###
[`v3.10.1`](https://redirect.github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3101)

[Compare
Source](https://redirect.github.com/square/okio/compare/3.10.0...3.10.1)

*2025-01-07*

- New: `FileSystem.close()` may prevent future access and/or clean up
associated resources depending on the backing implementation.
`FakeFileSystem` will prevent future operations once closed.
- `InputStream`s created from `BufferedSource.inputStream()` now have a
more efficient version of `InputStream.transferTo()` which reduces
memory copies.
- `okio-nodefilesystem` is no longer publised as a JS project, but a
Kotlin multiplatform project with only a JS target. ~This change should
not affect consumers in any way, and is motivated by the Kotlin Gradle
plugin deprecating the JS-only plugin.~ Please use 3.10.2 to ensure this
change actually does not affect your builds.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
slack-oss-bot authored Jan 10, 2025
1 parent 14aae69 commit 13ee192
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 @@ -42,7 +42,7 @@ mavenPublish = "0.30.0"
molecule = "2.0.0"
mosaic = "0.12.0"
okhttp = "5.0.0-alpha.14"
okio = "3.10.0"
okio = "3.10.2"
paparazzi = "1.3.5"
picnic = "0.7.0"
robolectric = "4.14.1"
Expand Down

0 comments on commit 13ee192

Please sign in to comment.