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

   Bumps `okio.version` from 3.8.0 to 3.9.0.
   Updates `com.squareup.okio:okio` from 3.8.0 to 3.9.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.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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/square/okio/commit/d6c38c257c79974ac7e6d77b84ce2eeefc1b92b0";><code>d6c38c2</code></a>
 Prepare for release 3.9.0.</li>
   <li><a 
href="https://github.com/square/okio/commit/eac869b27d4c7ebf8039a8d94c0b8a525c2b2cb9";><code>eac869b</code></a>
 Create FileSystem.SYSTEM property in shared source set (<a 
href="https://redirect.github.com/square/okio/issues/1455";>#1455</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/fe6ac99a29ec207c9c5f4421f3fed62fd5bc9d45";><code>fe6ac99</code></a>
 Fix <code>Closeable.use</code> <code>NullPointerException</code> (<a 
href="https://redirect.github.com/square/okio/issues/1453";>#1453</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/940496a3d172f1368ea719b5af022b6fa0f92f1b";><code>940496a</code></a>
 Get ZipFileSystem to prefer NTFS timestamps when present (<a 
href="https://redirect.github.com/square/okio/issues/1449";>#1449</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/2c0d99ed5b86c3ec2bf0b7edf7cde84de044356a";><code>2c0d99e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/square/okio/issues/1451";>#1451</a> from 
square/renovate/org.jetbrains.dokka-dokka-gradl...</li>
   <li><a 
href="https://github.com/square/okio/commit/6c96879c5d7c248c1ddc7d4c9b322d65977b9938";><code>6c96879</code></a>
 Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.20</li>
   <li><a 
href="https://github.com/square/okio/commit/0b889e3155cf75f3901a120a9366b5bb0a90cb86";><code>0b889e3</code></a>
 Update actions/setup-java action to v4.1.0 (<a 
href="https://redirect.github.com/square/okio/issues/1446";>#1446</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/eb0b918cd1155e5718ab613c511311774137d21d";><code>eb0b918</code></a>
 Tag the language in code samples (<a 
href="https://redirect.github.com/square/okio/issues/1445";>#1445</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/20b83aaf698d282cd98d26fe0b51d92305a75fd0";><code>20b83aa</code></a>
 Get openZip working on KotlinNative (<a 
href="https://redirect.github.com/square/okio/issues/1439";>#1439</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/3bcb813b4e8c8b0e01ae762041d38da453865f84";><code>3bcb813</code></a>
 Handle DOS dates in Kotlin/Multiplatform (<a 
href="https://redirect.github.com/square/okio/issues/1438";>#1438</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/square/okio/compare/parent-3.8.0...parent-3.9.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `com.squareup.okio:okio-jvm` from 3.8.0 to 3.9.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/square/okio/blob/master/CHANGELOG.md";>com.squareup.okio:okio-jvm's
 changelog</a>.</em></p>
   <blockquote>
   <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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/square/okio/commit/d6c38c257c79974ac7e6d77b84ce2eeefc1b92b0";><code>d6c38c2</code></a>
 Prepare for release 3.9.0.</li>
   <li><a 
href="https://github.com/square/okio/commit/eac869b27d4c7ebf8039a8d94c0b8a525c2b2cb9";><code>eac869b</code></a>
 Create FileSystem.SYSTEM property in shared source set (<a 
href="https://redirect.github.com/square/okio/issues/1455";>#1455</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/fe6ac99a29ec207c9c5f4421f3fed62fd5bc9d45";><code>fe6ac99</code></a>
 Fix <code>Closeable.use</code> <code>NullPointerException</code> (<a 
href="https://redirect.github.com/square/okio/issues/1453";>#1453</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/940496a3d172f1368ea719b5af022b6fa0f92f1b";><code>940496a</code></a>
 Get ZipFileSystem to prefer NTFS timestamps when present (<a 
href="https://redirect.github.com/square/okio/issues/1449";>#1449</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/2c0d99ed5b86c3ec2bf0b7edf7cde84de044356a";><code>2c0d99e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/square/okio/issues/1451";>#1451</a> from 
square/renovate/org.jetbrains.dokka-dokka-gradl...</li>
   <li><a 
href="https://github.com/square/okio/commit/6c96879c5d7c248c1ddc7d4c9b322d65977b9938";><code>6c96879</code></a>
 Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.20</li>
   <li><a 
href="https://github.com/square/okio/commit/0b889e3155cf75f3901a120a9366b5bb0a90cb86";><code>0b889e3</code></a>
 Update actions/setup-java action to v4.1.0 (<a 
href="https://redirect.github.com/square/okio/issues/1446";>#1446</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/eb0b918cd1155e5718ab613c511311774137d21d";><code>eb0b918</code></a>
 Tag the language in code samples (<a 
href="https://redirect.github.com/square/okio/issues/1445";>#1445</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/20b83aaf698d282cd98d26fe0b51d92305a75fd0";><code>20b83aa</code></a>
 Get openZip working on KotlinNative (<a 
href="https://redirect.github.com/square/okio/issues/1439";>#1439</a>)</li>
   <li><a 
href="https://github.com/square/okio/commit/3bcb813b4e8c8b0e01ae762041d38da453865f84";><code>3bcb813</code></a>
 Handle DOS dates in Kotlin/Multiplatform (<a 
href="https://redirect.github.com/square/okio/issues/1438";>#1438</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/square/okio/compare/parent-3.8.0...parent-3.9.0";>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>


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to