Skip to content

Commit

Permalink
Update okio to v3.4.0 (#452)
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.3.0` -> `3.4.0` |
| [com.squareup.okio:okio](https://togithub.com/square/okio) |
dependencies | minor | `3.3.0` -> `3.4.0` |

---

### Release Notes

<details>
<summary>square/okio</summary>

###
[`v3.4.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-340)

*2023-07-07*

- New: Adapt a Java NIO FileSystem (`java.nio.file.FileSystem`) as an
Okio FileSystem using
    `fileSystem.asOkioFileSystem()`.
- New: Adapt Android’s `AssetManager` as an Okio FileSystem using
`AssetFileSystem`. This is in the
new `okio-assetfilesystem` module. Android applications should prefer
this over
    `FileSystem.RESOURCES` as it’s faster to load.
- Fix: Don't crash decoding GZIP files when the optional extra data
(`XLEN`) is 32 KiB or larger.
-   Fix: Resolve symlinks in `FakeFileSystem.canonicalize()`.
- Fix: Report the correct `createdAtMillis` in `NodeJsFileSystem` file
metadata. We were
incorrectly using `ctimeMs`, where `c` means *changed*, not *created*.
-   Fix: `UnsafeCursor` is now `Closeable`.

</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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTAuNiIsInVwZGF0ZWRJblZlciI6IjMyLjE5MC42In0=-->
  • Loading branch information
slack-oss-bot authored Jul 12, 2023
1 parent 1844d33 commit 530708d
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 @@ -17,7 +17,7 @@ moshi = "1.14.0"
moshix = "0.22.1"
nullawayGradle = "1.3.0"
okhttp = "5.0.0-alpha.10"
okio = "3.3.0"
okio = "3.4.0"
sortDependencies = "0.3"
spotless = "6.19.0"
sqldelight = "2.0.0-alpha05"
Expand Down

0 comments on commit 530708d

Please sign in to comment.