Commit 9b564e4
authored
Bump okio to 3.4.0 (#97)
Bumps the okio group with 1 update:
[com.squareup.okio:okio](https://github.com/square/okio).
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/square/okio/blob/master/CHANGELOG.md">com.squareup.okio:okio's
changelog</a>.</em></p>
<blockquote>
<h2>Version 3.4.0</h2>
<p><em>2023-07-07</em></p>
<ul>
<li>New: Adapt a Java NIO FileSystem
(<code>java.nio.file.FileSystem</code>) as an Okio FileSystem using
<code>fileSystem.asOkioFileSystem()</code>.</li>
<li>New: Adapt Android’s <code>AssetManager</code> as an Okio FileSystem
using <code>AssetFileSystem</code>. This is in the
new <code>okio-assetfilesystem</code> module. Android applications
should prefer this over
<code>FileSystem.RESOURCES</code> as it’s faster to load.</li>
<li>Fix: Don't crash decoding GZIP files when the optional extra data
(<code>XLEN</code>) is 32 KiB or larger.</li>
<li>Fix: Resolve symlinks in
<code>FakeFileSystem.canonicalize()</code>.</li>
<li>Fix: Report the correct <code>createdAtMillis</code> in
<code>NodeJsFileSystem</code> file metadata. We were
incorrectly using <code>ctimeMs</code>, where <code>c</code> means
<em>changed</em>, not <em>created</em>.</li>
<li>Fix: <code>UnsafeCursor</code> is now <code>Closeable</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/square/okio/commit/a161b07fb1b459371458ae6d9508ec31df280428"><code>a161b07</code></a>
Prepare for release 3.4.0.</li>
<li><a
href="https://github.com/square/okio/commit/c5f462b0b51979f0b23b08bff123011bb01045ea"><code>c5f462b</code></a>
Copyright to files in build-support (<a
href="https://redirect.github.com/square/okio/issues/1285">#1285</a>)</li>
<li><a
href="https://github.com/square/okio/commit/f21714d492f054ae689b455284816721498775eb"><code>f21714d</code></a>
Upgrade Gradle and JMH (<a
href="https://redirect.github.com/square/okio/issues/1283">#1283</a>)</li>
<li><a
href="https://github.com/square/okio/commit/5f5db4a0d2b1a3a0147c6bc18aeaba5a4ffa4037"><code>5f5db4a</code></a>
Merge pull request <a
href="https://redirect.github.com/square/okio/issues/1284">#1284</a>
from square/renovate/com.google.jimfs</li>
<li><a
href="https://github.com/square/okio/commit/8af8d2a87b0c71ced5d16c44daef20ab0c5d48c8"><code>8af8d2a</code></a>
Update dependency com.google.jimfs:jimfs to v1.3.0</li>
<li><a
href="https://github.com/square/okio/commit/b64c198b790804eea26a05f5409bffb1a4a2d8eb"><code>b64c198</code></a>
Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.25.3
(<a
href="https://redirect.github.com/square/okio/issues/1282">#1282</a>)</li>
<li><a
href="https://github.com/square/okio/commit/ea827139afef064ddd0078607719d32d7c154c0f"><code>ea82713</code></a>
Merge pull request <a
href="https://redirect.github.com/square/okio/issues/1281">#1281</a>
from square/renovate/gradle-7.x</li>
<li><a
href="https://github.com/square/okio/commit/3569daa8b8d039a8989440abcc970b7f35171d49"><code>3569daa</code></a>
Update dependency gradle to v7.6.2</li>
<li><a
href="https://github.com/square/okio/commit/e937a50ffc482f9777b639d3399ba331b167107a"><code>e937a50</code></a>
Merge pull request <a
href="https://redirect.github.com/square/okio/issues/1277">#1277</a>
from sifmelcara/fix-int-sign-conversion</li>
<li><a
href="https://github.com/square/okio/commit/81bce1a30af244550b0324597720e4799281da7b"><code>81bce1a</code></a>
Fix a bug where xlen larger than 0x7fff was rejected (<a
href="https://redirect.github.com/square/okio/issues/1280">#1280</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/square/okio/compare/parent-3.3.0...parent-3.4.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 591455d commit 9b564e4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments