Skip to content

Commit

Permalink
Update dependency com.squareup.okio:okio to v3.6.0 (#917)
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](https://togithub.com/square/okio) |
dependencies | minor | `3.5.0` -> `3.6.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>square/okio (com.squareup.okio:okio)</summary>

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

*2023-10-01*

- Fix: Don't leak file handles when using `metadata` functions on
`ZipFileSystem`. We had a bug
where we were closing the `.zip` file, but not a stream inside of it. We
would have prevented
this bug if only we’d used `FakeFileSystem.checkNoOpenFiles()` in our
tests!
- Fix: Don't build an index of a class loader's resources in
`ResourceFileSystem.read()`. This
operation doesn't need this index, and building it is potentially
expensive.
- New: Experimentally support Linux on ARM64 for Kotlin/Native targets
(`linuxArm64`). Note that
    we haven't yet added CI test coverage for this platform.
-   Upgrade: \[Kotlin 1.9.10]\[kotlin\_1\_9\_10].

</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 this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4yLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
slack-oss-bot authored Oct 2, 2023
1 parent ba82988 commit 02343d9
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 @@ -207,7 +207,7 @@ moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "mosh
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttp" }
okhttp-loggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
okio = "com.squareup.okio:okio:3.5.0"
okio = "com.squareup.okio:okio:3.6.0"
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
retrofit-converters-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
retrofit-converters-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "retrofit" }
Expand Down

0 comments on commit 02343d9

Please sign in to comment.