dependabot[bot] opened a new pull request, #7442:
URL: https://github.com/apache/ozone/pull/7442

   Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.6.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 (&quot;.&quot;) 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 (&quot;.&quot;) 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>
   <h2>Version 3.9.0</h2>
   <p><em>2024-03-12</em></p>
   <ul>
   <li>New: <code>FileSystem.SYSTEM</code> can be used in source sets that 
target both Kotlin/Native and
   Kotlin/JVM. Previously, we had this symbol in each source set but it wasn't 
available to
   common source sets.</li>
   <li>New: <code>COpaquePointer.readByteString(...)</code> creates a 
ByteString from a memory address.</li>
   <li>New: Support <code>InflaterSource</code>, <code>DeflaterSink</code>, 
<code>GzipSink</code>, and <code>GzipSource</code> in Kotlin/Native.</li>
   <li>New: Support openZip() on Kotlin/Native. One known bug in this 
implementation is that
   <code>FileMetadata.lastModifiedAtMillis()</code> is interpreted as UTC and 
not the host machine's time zone.</li>
   <li>New: Prefer NTFS timestamps in ZIP file systems' metadata. This avoids 
the time zone problems
   of ZIP's built-in DOS timestamps, and the 2038 time bombs of ZIP's extended 
timestamps.</li>
   <li>Fix: Don't leak file handles to opened JAR files open in 
<code>FileSystem.RESOURCES</code>.</li>
   <li>Fix: Don't throw a <code>NullPointerException</code> if 
<code>Closeable.use { ... }</code> returns null.</li>
   </ul>
   <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>
   <h2>Version 3.7.0</h2>
   <p><em>2023-12-16</em></p>
   <ul>
   <li>New: <code>Timeout.cancel()</code> prevents a timeout from firing.</li>
   <li>Breaking: Drop the <code>watchosX86</code> Kotlin/Native target. From 
[the Kotlin blog][watchosX86],
   <em>‘This is an obsolete simulator for Intel Macs. Use the watchosX64 target 
instead.’</em></li>
   <li>New: Add the <code>watchosDeviceArm64</code> Kotlin/Native target.</li>
   <li>New: <code>Timeout</code> APIs that accept 
<code>kotlin.time.Duration</code>.</li>
   <li>Upgrade: [Kotlin 1.9.21][kotlin_1_9_21].</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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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.6.0...3.9.1";>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=maven&previous-version=3.6.0&new-version=3.9.1)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to