Skip to content

Commit

Permalink
Merge #621
Browse files Browse the repository at this point in the history
621: Bump com.squareup.okio:okio from 3.3.0 to 3.4.0 r=alallema a=dependabot[bot]

Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.3.0 to 3.4.0.
<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 />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.squareup.okio:okio&package-manager=gradle&previous-version=3.3.0&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amélie <alallema@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 11, 2023
2 parents bb35a87 + 4b0a792 commit 988fad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.mockito/mockito-core
testImplementation 'org.mockito:mockito-core:4.9.0'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation 'com.squareup.okio:okio:3.3.0'
testImplementation 'com.squareup.okio:okio:3.4.0'
testImplementation 'com.squareup.okhttp3:okhttp:4.11.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'

Expand Down

0 comments on commit 988fad6

Please sign in to comment.