-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 7203506
authored
Bump okio from 3.9.0 to 3.9.1 (#199)
Bumps `okio` from 3.9.0 to 3.9.1.
Updates `com.squareup.okio:okio` from 3.9.0 to 3.9.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/square/okio/releases">com.squareup.okio:okio's
releases</a>.</em></p>
<blockquote>
<h2>3.9.1</h2>
<p><em>2024-09-12</em></p>
<ul>
<li>Fix: Support paths containing a single dot (".") in
<code>Path.relativeTo</code>.</li>
<li>Fix: Do not read from the upstream source when a 0-byte read is
requested.</li>
<li>Fix: Update kotlinx.datetime to 0.6.0 to correct a Gradle module
metadata problem with 0.5.0.
Note: this artifact is only used in 'okio-fakefilesystem' and
'okio-nodefilesystem' and not in the Okio core.</li>
</ul>
</blockquote>
</details>
<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.9.1</h2>
<p><em>2024-09-12</em></p>
<ul>
<li>Fix: Support paths containing a single dot (".") in
<code>Path.relativeTo</code>.</li>
<li>Fix: Do not read from the upstream source when a 0-byte read is
requested.</li>
<li>Fix: Update kotlinx.datetime to 0.6.0 to correct a Gradle module
metadata problem with 0.5.0.
Note: this artifact is only used in 'okio-fakefilesystem' and
'okio-nodefilesystem' and not in the Okio core.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/square/okio/commit/8b870e8eaacecb1c1ceffbbb47246112604a1f92"><code>8b870e8</code></a>
Add release artifact publishing</li>
<li><a
href="https://github.com/square/okio/commit/0de6068aad12fd53715ba0f3a05a854820f8e822"><code>0de6068</code></a>
Prepare version 3.9.1</li>
<li><a
href="https://github.com/square/okio/commit/4d4a3f364728680fe31593f4bca14cb40aca2169"><code>4d4a3f3</code></a>
Update dependency com.android.tools:desugar_jdk_libs to v2.1.2 (<a
href="https://github.com/square/okio/issues/1514">#1514</a>)</li>
<li><a
href="https://github.com/square/okio/commit/0c2de09545cc1ba18ccdd21508163a46bd1dcb6a"><code>0c2de09</code></a>
Update dependency com.android.tools:desugar_jdk_libs to v2.1.1 (<a
href="https://github.com/square/okio/issues/1511">#1511</a>)</li>
<li><a
href="https://github.com/square/okio/commit/659b8b92e0d382791a6156ed5a065849bab8eb7f"><code>659b8b9</code></a>
Update dependency com.android.tools:desugar_jdk_libs to v2.1.0 (<a
href="https://github.com/square/okio/issues/1508">#1508</a>)</li>
<li><a
href="https://github.com/square/okio/commit/55f23b989479930a6122fd06a4f91bd29e0445b2"><code>55f23b9</code></a>
Fix some HMacSHA tests which compared sha256 values (<a
href="https://github.com/square/okio/issues/1507">#1507</a>)</li>
<li><a
href="https://github.com/square/okio/commit/808cf8eb91290507cc6eaf9487e3eaeac003e909"><code>808cf8e</code></a>
Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.1 (<a
href="https://github.com/square/okio/issues/1506">#1506</a>)</li>
<li><a
href="https://github.com/square/okio/commit/454ceeeaaaaf04323ed4a2f7512f85dd419bc59e"><code>454ceee</code></a>
Merge pull request <a
href="https://github.com/square/okio/issues/1505">#1505</a>
from square/renovate/gradle-actions-4.x</li>
<li><a
href="https://github.com/square/okio/commit/6cd87c909557c8f2900ebad4433d44aef311e595"><code>6cd87c9</code></a>
Update gradle/actions action to v4</li>
<li><a
href="https://github.com/square/okio/commit/1d4d8032cb915de1e1016bdf419d787cbda02e6b"><code>1d4d803</code></a>
Update dependency
org.jetbrains.kotlinx.binary-compatibility-validator:org.je...</li>
<li>Additional commits viewable in <a
href="https://github.com/square/okio/compare/parent-3.9.0...3.9.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `com.squareup.okio:okio-nodefilesystem` from 3.9.0 to 3.9.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/square/okio/releases">com.squareup.okio:okio-nodefilesystem's
releases</a>.</em></p>
<blockquote>
<h2>3.9.1</h2>
<p><em>2024-09-12</em></p>
<ul>
<li>Fix: Support paths containing a single dot (".") in
<code>Path.relativeTo</code>.</li>
<li>Fix: Do not read from the upstream source when a 0-byte read is
requested.</li>
<li>Fix: Update kotlinx.datetime to 0.6.0 to correct a Gradle module
metadata problem with 0.5.0.
Note: this artifact is only used in 'okio-fakefilesystem' and
'okio-nodefilesystem' and not in the Okio core.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/square/okio/blob/master/CHANGELOG.md">com.squareup.okio:okio-nodefilesystem's
changelog</a>.</em></p>
<blockquote>
<h2>Version 3.9.1</h2>
<p><em>2024-09-12</em></p>
<ul>
<li>Fix: Support paths containing a single dot (".") in
<code>Path.relativeTo</code>.</li>
<li>Fix: Do not read from the upstream source when a 0-byte read is
requested.</li>
<li>Fix: Update kotlinx.datetime to 0.6.0 to correct a Gradle module
metadata problem with 0.5.0.
Note: this artifact is only used in 'okio-fakefilesystem' and
'okio-nodefilesystem' and not in the Okio core.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/square/okio/commit/8b870e8eaacecb1c1ceffbbb47246112604a1f92"><code>8b870e8</code></a>
Add release artifact publishing</li>
<li><a
href="https://github.com/square/okio/commit/0de6068aad12fd53715ba0f3a05a854820f8e822"><code>0de6068</code></a>
Prepare version 3.9.1</li>
<li><a
href="https://github.com/square/okio/commit/4d4a3f364728680fe31593f4bca14cb40aca2169"><code>4d4a3f3</code></a>
Update dependency com.android.tools:desugar_jdk_libs to v2.1.2 (<a
href="https://github.com/square/okio/issues/1514">#1514</a>)</li>
<li><a
href="https://github.com/square/okio/commit/0c2de09545cc1ba18ccdd21508163a46bd1dcb6a"><code>0c2de09</code></a>
Update dependency com.android.tools:desugar_jdk_libs to v2.1.1 (<a
href="https://github.com/square/okio/issues/1511">#1511</a>)</li>
<li><a
href="https://github.com/square/okio/commit/659b8b92e0d382791a6156ed5a065849bab8eb7f"><code>659b8b9</code></a>
Update dependency com.android.tools:desugar_jdk_libs to v2.1.0 (<a
href="https://github.com/square/okio/issues/1508">#1508</a>)</li>
<li><a
href="https://github.com/square/okio/commit/55f23b989479930a6122fd06a4f91bd29e0445b2"><code>55f23b9</code></a>
Fix some HMacSHA tests which compared sha256 values (<a
href="https://github.com/square/okio/issues/1507">#1507</a>)</li>
<li><a
href="https://github.com/square/okio/commit/808cf8eb91290507cc6eaf9487e3eaeac003e909"><code>808cf8e</code></a>
Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.1 (<a
href="https://github.com/square/okio/issues/1506">#1506</a>)</li>
<li><a
href="https://github.com/square/okio/commit/454ceeeaaaaf04323ed4a2f7512f85dd419bc59e"><code>454ceee</code></a>
Merge pull request <a
href="https://github.com/square/okio/issues/1505">#1505</a>
from square/renovate/gradle-actions-4.x</li>
<li><a
href="https://github.com/square/okio/commit/6cd87c909557c8f2900ebad4433d44aef311e595"><code>6cd87c9</code></a>
Update gradle/actions action to v4</li>
<li><a
href="https://github.com/square/okio/commit/1d4d8032cb915de1e1016bdf419d787cbda02e6b"><code>1d4d803</code></a>
Update dependency
org.jetbrains.kotlinx.binary-compatibility-validator:org.je...</li>
<li>Additional commits viewable in <a
href="https://github.com/square/okio/compare/parent-3.9.0...3.9.1">compare
view</a></li>
</ul>
</details>
<br />
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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a2714bd commit 7203506Copy full SHA for 7203506
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
0 commit comments