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

   Bumps [com.squareup.okio:okio](https://github.com/lysine-dev/okio) from 
3.6.0 to 3.18.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/lysine-dev/okio/blob/main/CHANGELOG.md";>com.squareup.okio:okio's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 3.18.1</h2>
   <p><em>2026-07-28</em></p>
   <ul>
   <li>Fix: Restore binary-compatibility with Okio 3.17.x for Kotlin/Native 
users. When we introduced
   the new <code>base64()</code> function, we inadvertently changed the binary 
signature! Ugh! This is now
   fixed and we've automated binary-compatibility checking for Kotlin/Native 
going forward.</li>
   </ul>
   <h2>Version 3.18.0</h2>
   <p><em>2026-07-21</em></p>
   <ul>
   <li>Fix: Use wide character APIs to better support of non-UTF-8 filesystems 
on Windows.</li>
   <li>Fix: Don't crash in <code>AssetFileSystem.exists()</code> when the 
underlying storage throws a
   <code>FileNotFoundException</code>.</li>
   <li>Fix: Load WASI paths relative to their <code>preopen</code>. The 
platform behavior recently changed in
   NodeJS, causing our <code>WasiFileSystem</code> to be unable to access 
files!</li>
   <li>New: Optionally ignore whitespace when decoding hexadecimal.</li>
   <li>New: Optionally omit padding when encoding Base64.</li>
   <li>New: <code>BufferedSource.readUInt()</code>, 
<code>BufferedSink.writeUInt()</code>, and similar functions for 
<code>UByte</code>,
   <code>UShort</code> and <code>ULong</code>. Also add support for unsigned 
and little-endian.</li>
   <li>New: <code>BufferedSink.utf8Appendable()</code>. Use this to adapt an 
Okio sink to an <code>Appendable</code>.</li>
   <li>New: <code>Source.limit()</code> returns a wrapped source with a strict 
limit on how many bytes are
   returned.</li>
   <li>New: <code>ByteString.equals(other, constantTime)</code> for subtle 
defense against timing attacks.</li>
   </ul>
   <h2>Version 3.17.0</h2>
   <p><em>2026-03-11</em></p>
   <ul>
   <li>
   <p>New: Adjust down the Kotlin stdlib dependency to [Kotlin 
2.1.21][kotlin_2_1_21]. Okio is built
   with an up-to-date Kotlin compiler (2.2.21), but depends on an older 
kotlin-stdlib. We're doing
   this so you can update Okio and Kotlin independently.</p>
   </li>
   <li>
   <p>Fix: Return the correct timestamp in 
<code>FileMetadata.createdAtMillis</code> on Kotlin/Native on UNIX
   platforms. We were incorrectly using the POSIX <code>ctime</code> 
(<em>change</em> time) instead of the
   <code>birthtime</code>. With this fix Okio now prefers <code>statx()</code> 
over <code>stat()</code> on native platforms. This
   API first appeared in Linux in 4.11 (2017) and Android in API 30 (2020).</p>
   </li>
   </ul>
   <h2>Version 3.16.4</h2>
   <p><em>2025-11-17</em></p>
   <ul>
   <li>Fix: Don't delay triggering timeouts. In 3.16.0 we introduced a 
regression that caused timeouts
   to fire later than they were supposed to.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/lysine-dev/okio/commit/9f564fd76310120e35b4ffb94b62d6ab2a26207d";><code>9f564fd</code></a>
 Prepare for release 3.18.1.</li>
   <li><a 
href="https://github.com/lysine-dev/okio/commit/531cf07b8ebe140d85448efd6ddff062c13ef317";><code>531cf07</code></a>
 Hide some accidentally public symbols (<a 
href="https://redirect.github.com/lysine-dev/okio/issues/1839";>#1839</a>)</li>
   <li><a 
href="https://github.com/lysine-dev/okio/commit/e7ef43d4d5bd421a51daee9d81ed742a702d0675";><code>e7ef43d</code></a>
 Update GitHub Actions for new secrets and branch (<a 
href="https://redirect.github.com/lysine-dev/okio/issues/1840";>#1840</a>)</li>
   <li><a 
href="https://github.com/lysine-dev/okio/commit/a6730de231a0747359e220eb4b5546a829510d3d";><code>a6730de</code></a>
 Start enforcing binary compatibility for Kotlin/Native (<a 
href="https://redirect.github.com/lysine-dev/okio/issues/1838";>#1838</a>)</li>
   <li><a 
href="https://github.com/lysine-dev/okio/commit/e75a7e9e7fe144ea74baf3e4acd4f2df0a0d0cc0";><code>e75a7e9</code></a>
 Update dependency com.android.tools.build:gradle to v9.3.1 (<a 
href="https://redirect.github.com/lysine-dev/okio/issues/1836";>#1836</a>)</li>
   <li><a 
href="https://github.com/lysine-dev/okio/commit/9d21d5cba334fce36d3316f421d7adcd3fb7ef93";><code>9d21d5c</code></a>
 Fix interchanged docs links for 1.x and 2.x API (<a 
href="https://redirect.github.com/lysine-dev/okio/issues/1835";>#1835</a>)</li>
   <li><a 
href="https://github.com/lysine-dev/okio/commit/bff1dffe5f90e9546b494d4693291a8f72cb07b4";><code>bff1dff</code></a>
 Track new docs locations from Dokka v2 (<a 
href="https://redirect.github.com/lysine-dev/okio/issues/1833";>#1833</a>)</li>
   <li><a 
href="https://github.com/lysine-dev/okio/commit/3b16d9b9dfe6b27ae198a00b7b6d45dc162cddcf";><code>3b16d9b</code></a>
 Grant write permission to the publish-website action (<a 
href="https://redirect.github.com/lysine-dev/okio/issues/1832";>#1832</a>)</li>
   <li><a 
href="https://github.com/lysine-dev/okio/commit/0ed6b03a1a001a1bfcdc18f6658c41500be21d1a";><code>0ed6b03</code></a>
 Fix dokka build (<a 
href="https://redirect.github.com/lysine-dev/okio/issues/1831";>#1831</a>)</li>
   <li><a 
href="https://github.com/lysine-dev/okio/commit/752d92e8bcb24643f12d97d812409f72766d6d06";><code>752d92e</code></a>
 Update build for new home (<a 
href="https://redirect.github.com/lysine-dev/okio/issues/1828";>#1828</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/lysine-dev/okio/compare/parent-3.6.0...parent-3.18.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.18.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 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