Skip to content

Commit

Permalink
fix(deps): bump com.squareup.okio:okio from 3.7.0 to 3.8.0 (#330)
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.7.0 to 3.8.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.8.0</h2>
<p><em>2024-02-09</em></p>
<ul>
<li>New: <code>TypedOptions</code> works like <code>Options</code>, but it returns a <code>T</code> rather than an index.</li>
<li>Fix: Don't leave sinks open when there's a race in <code>Pipe.fold()</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/square/okio/commit/525d3b36ab598edb89e8154272e776bd9e6a3f8b"><code>525d3b3</code></a> Prepare for release 3.8.0.</li>
<li><a href="https://github.com/square/okio/commit/260710e9968e5f298bff435f7589e85f80a1e675"><code>260710e</code></a> Make Inflater and Deflater symmetric (<a href="https://redirect.github.com/square/okio/issues/1426">#1426</a>)</li>
<li><a href="https://github.com/square/okio/commit/1d5f2623f9c1f9e47ebc5d1dfd27bc221d74537f"><code>1d5f262</code></a> Prepare zlib's inflater for Kotlin/Native (<a href="https://redirect.github.com/square/okio/issues/1422">#1422</a>)</li>
<li><a href="https://github.com/square/okio/commit/062048a7a71b1ca09c8fc5681b2400aa25d8e0c8"><code>062048a</code></a> Don't check buffer exhaustion while filling ints (<a href="https://redirect.github.com/square/okio/issues/1424">#1424</a>)</li>
<li><a href="https://github.com/square/okio/commit/c1aaf58ae8ef391bc51d1943911d2e213b98ce94"><code>c1aaf58</code></a> Prepare zlib's deflater for Kotlin/Native (<a href="https://redirect.github.com/square/okio/issues/1420">#1420</a>)</li>
<li><a href="https://github.com/square/okio/commit/0d76d413d9bec5d7fff353354f3c107b9d5d71c8"><code>0d76d41</code></a> Add TypedOptions (<a href="https://redirect.github.com/square/okio/issues/1417">#1417</a>)</li>
<li><a href="https://github.com/square/okio/commit/13e2f46f45e5c71ee639046cb1aa57fae692f59b"><code>13e2f46</code></a> Merge pull request <a href="https://redirect.github.com/square/okio/issues/1421">#1421</a> from square/jw.reduce-allocations.2024-02-05</li>
<li><a href="https://github.com/square/okio/commit/a88cd34f13d02fc2b648fd23c944042a33c3256c"><code>a88cd34</code></a> Reduce intermediate allocations when create Options</li>
<li><a href="https://github.com/square/okio/commit/8b54035253c4be8dd28c0eebc171e525b77fd4db"><code>8b54035</code></a> Merge pull request <a href="https://redirect.github.com/square/okio/issues/1418">#1418</a> from square/renovate/org.assertj-assertj-core-3.x</li>
<li><a href="https://github.com/square/okio/commit/db297df341e0639c89975363e53d39376c6b0446"><code>db297df</code></a> Update dependency org.assertj:assertj-core to v3.25.3</li>
<li>Additional commits viewable in <a href="https://github.com/square/okio/compare/parent-3.7.0...parent-3.8.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.7.0&new-version=3.8.0)](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
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 8ecf2b4 commit 16574c8
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 @@ -52,7 +52,7 @@ dependencies {
testImplementation("io.ktor:ktor-client-mock-jvm:$ktorVersion")
testImplementation("com.squareup.okhttp3:okhttp:$okhttpVersion")
testImplementation("com.squareup.okhttp3:mockwebserver:$okhttpVersion")
testImplementation("com.squareup.okio:okio:3.7.0")
testImplementation("com.squareup.okio:okio:3.8.0")
testImplementation("org.awaitility:awaitility:4.2.0")

testImplementation("org.jetbrains.kotlin:kotlin-test")
Expand Down

0 comments on commit 16574c8

Please sign in to comment.