dependabot[bot] opened a new pull request, #1256: URL: https://github.com/apache/axis-axis2-java-core/pull/1256
Bumps [com.squareup.okio:okio](https://github.com/lysine-dev/okio) from 3.17.0 to 3.18.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lysine-dev/okio/blob/master/CHANGELOG.md">com.squareup.okio:okio's changelog</a>.</em></p> <blockquote> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lysine-dev/okio/commit/6604edb2cfeb8d7e3814a3bdddceace5cda53e76"><code>6604edb</code></a> Prepare for release 3.18.0.</li> <li><a href="https://github.com/lysine-dev/okio/commit/8ade5ecb575b9f759e4bdd3d29e780c6c7f73939"><code>8ade5ec</code></a> New API, BufferedSink.utf8Appendable() (<a href="https://redirect.github.com/lysine-dev/okio/issues/1825">#1825</a>)</li> <li><a href="https://github.com/lysine-dev/okio/commit/90ae67128176c3bc119af7970d3bb3d73a199503"><code>90ae671</code></a> Fix broken/outdated links (<a href="https://redirect.github.com/lysine-dev/okio/issues/1827">#1827</a>)</li> <li><a href="https://github.com/lysine-dev/okio/commit/2a902d87b6d8c9508fe33d858b53e78584ed8771"><code>2a902d8</code></a> Optionally ignore whitespace when decoding hex (<a href="https://redirect.github.com/lysine-dev/okio/issues/1826">#1826</a>)</li> <li><a href="https://github.com/lysine-dev/okio/commit/304f508e2d9323db3b304c241edc4d120ee5695d"><code>304f508</code></a> Make FixedLengthSource public API (<a href="https://redirect.github.com/lysine-dev/okio/issues/1823">#1823</a>)</li> <li><a href="https://github.com/lysine-dev/okio/commit/987cb4a204d777a03d33b74c208c1ecc2cfa3cc4"><code>987cb4a</code></a> Pass preopen-relative paths to WASI <code>path_*</code> functions (<a href="https://redirect.github.com/lysine-dev/okio/issues/1821">#1821</a>)</li> <li><a href="https://github.com/lysine-dev/okio/commit/0f770ddb928c7ebca49dcf6f42c303ed6a66c62b"><code>0f770dd</code></a> Update dependency macos to v26 (<a href="https://redirect.github.com/lysine-dev/okio/issues/1811">#1811</a>)</li> <li><a href="https://github.com/lysine-dev/okio/commit/4164f2976ac7174f3d35d52150e8ffbdbe0acbec"><code>4164f29</code></a> Update Gradle to v9.6.1 (<a href="https://redirect.github.com/lysine-dev/okio/issues/1820">#1820</a>)</li> <li><a href="https://github.com/lysine-dev/okio/commit/d1fc3f6ecb5649105605876f04c026c2a104f7f8"><code>d1fc3f6</code></a> Add unsigned numbers extensions. (<a href="https://redirect.github.com/lysine-dev/okio/issues/1779">#1779</a>)</li> <li><a href="https://github.com/lysine-dev/okio/commit/e2604cc76552283347a8acacb9ea74164ee87ae6"><code>e2604cc</code></a> Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.37.0 (<a href="https://redirect.github.com/lysine-dev/okio/issues/1819">#1819</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lysine-dev/okio/compare/parent-3.17.0...parent-3.18.0">compare view</a></li> </ul> </details> <br /> [](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]
