dependabot[bot] opened a new pull request, #14767: URL: https://github.com/apache/pinot/pull/14767
Bumps `okio.version` from 3.9.1 to 3.10.0. Updates `com.squareup.okio:okio` from 3.9.1 to 3.10.0 <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.10.0</h2> <ul> <li>New: <code>FileSystem.close()</code> may prevent future access and/or clean up associated resources depending on the backing implementation. <code>FakeFileSystem</code> will prevent future operations once closed.</li> <li><code>InputStream</code>s created from <code>BufferedSource.inputStream()</code> now have a more efficient version of <code>InputStream.transferTo()</code> which reduces memory copies.</li> <li><code>okio-nodefilesystem</code> is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target. This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.</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.10.0</h2> <p><em>2025-01-06</em></p> <ul> <li>New: <code>FileSystem.close()</code> may prevent future access and/or clean up associated resources depending on the backing implementation. <code>FakeFileSystem</code> will prevent future operations once closed.</li> <li><code>InputStream</code>s created from <code>BufferedSource.inputStream()</code> now have a more efficient version of <code>InputStream.transferTo()</code> which reduces memory copies.</li> <li><code>okio-nodefilesystem</code> is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target. This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/square/okio/commit/6ff3275d965d88a7b81af1ab193eb2d8c68b5f50"><code>6ff3275</code></a> Prepare version 3.10.0</li> <li><a href="https://github.com/square/okio/commit/939c30b4a27e28b55a50c5ea3578fbf849153331"><code>939c30b</code></a> Update dependency org.assertj:assertj-core to v3.27.2 (<a href="https://redirect.github.com/square/okio/issues/1566">#1566</a>)</li> <li><a href="https://github.com/square/okio/commit/1ae511f951fa9cbef9ad24dc96880cec31e385ca"><code>1ae511f</code></a> Update dependency org.assertj:assertj-core to v3.27.1 (<a href="https://redirect.github.com/square/okio/issues/1564">#1564</a>)</li> <li><a href="https://github.com/square/okio/commit/c53e902dbd77c88697d5f8774ecf49e5782e8e71"><code>c53e902</code></a> Update dependency gradle to v8.12 (<a href="https://redirect.github.com/square/okio/issues/1563">#1563</a>)</li> <li><a href="https://github.com/square/okio/commit/5f711a6cee87d01fb60735bc4f2431bdf2133541"><code>5f711a6</code></a> Update dependency com.android.tools:desugar_jdk_libs to v2.1.4 (<a href="https://redirect.github.com/square/okio/issues/1562">#1562</a>)</li> <li><a href="https://github.com/square/okio/commit/429b1a64f53103a8697564de3e768deb1d39c78d"><code>429b1a6</code></a> Update dependency org.jetbrains.kotlinx.binary-compatibility-validator:org.je...</li> <li><a href="https://github.com/square/okio/commit/01969b7d6007fb33e841ce7c67d889d4eeb9978c"><code>01969b7</code></a> Update dependency org.assertj:assertj-core to v3.27.0 (<a href="https://redirect.github.com/square/okio/issues/1560">#1560</a>)</li> <li><a href="https://github.com/square/okio/commit/d2a4523a8c236c74a85f664ca481d6481516bd93"><code>d2a4523</code></a> Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v2 (<a href="https://redirect.github.com/square/okio/issues/1557">#1557</a>)</li> <li><a href="https://github.com/square/okio/commit/d144d83e13cb86832dbca25215418bd9ddf7e7d0"><code>d144d83</code></a> Tee sample (<a href="https://redirect.github.com/square/okio/issues/1559">#1559</a>)</li> <li><a href="https://github.com/square/okio/commit/b6b4d52e5f0099328a5bc288249058e573dc19ff"><code>b6b4d52</code></a> Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0 (<a href="https://redirect.github.com/square/okio/issues/1552">#1552</a>)</li> <li>Additional commits viewable in <a href="https://github.com/square/okio/compare/3.9.1...3.10.0">compare view</a></li> </ul> </details> <br /> Updates `com.squareup.okio:okio-jvm` from 3.9.1 to 3.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/square/okio/releases">com.squareup.okio:okio-jvm's releases</a>.</em></p> <blockquote> <h2>3.10.0</h2> <ul> <li>New: <code>FileSystem.close()</code> may prevent future access and/or clean up associated resources depending on the backing implementation. <code>FakeFileSystem</code> will prevent future operations once closed.</li> <li><code>InputStream</code>s created from <code>BufferedSource.inputStream()</code> now have a more efficient version of <code>InputStream.transferTo()</code> which reduces memory copies.</li> <li><code>okio-nodefilesystem</code> is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target. This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.</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-jvm's changelog</a>.</em></p> <blockquote> <h2>Version 3.10.0</h2> <p><em>2025-01-06</em></p> <ul> <li>New: <code>FileSystem.close()</code> may prevent future access and/or clean up associated resources depending on the backing implementation. <code>FakeFileSystem</code> will prevent future operations once closed.</li> <li><code>InputStream</code>s created from <code>BufferedSource.inputStream()</code> now have a more efficient version of <code>InputStream.transferTo()</code> which reduces memory copies.</li> <li><code>okio-nodefilesystem</code> is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target. This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/square/okio/commit/6ff3275d965d88a7b81af1ab193eb2d8c68b5f50"><code>6ff3275</code></a> Prepare version 3.10.0</li> <li><a href="https://github.com/square/okio/commit/939c30b4a27e28b55a50c5ea3578fbf849153331"><code>939c30b</code></a> Update dependency org.assertj:assertj-core to v3.27.2 (<a href="https://redirect.github.com/square/okio/issues/1566">#1566</a>)</li> <li><a href="https://github.com/square/okio/commit/1ae511f951fa9cbef9ad24dc96880cec31e385ca"><code>1ae511f</code></a> Update dependency org.assertj:assertj-core to v3.27.1 (<a href="https://redirect.github.com/square/okio/issues/1564">#1564</a>)</li> <li><a href="https://github.com/square/okio/commit/c53e902dbd77c88697d5f8774ecf49e5782e8e71"><code>c53e902</code></a> Update dependency gradle to v8.12 (<a href="https://redirect.github.com/square/okio/issues/1563">#1563</a>)</li> <li><a href="https://github.com/square/okio/commit/5f711a6cee87d01fb60735bc4f2431bdf2133541"><code>5f711a6</code></a> Update dependency com.android.tools:desugar_jdk_libs to v2.1.4 (<a href="https://redirect.github.com/square/okio/issues/1562">#1562</a>)</li> <li><a href="https://github.com/square/okio/commit/429b1a64f53103a8697564de3e768deb1d39c78d"><code>429b1a6</code></a> Update dependency org.jetbrains.kotlinx.binary-compatibility-validator:org.je...</li> <li><a href="https://github.com/square/okio/commit/01969b7d6007fb33e841ce7c67d889d4eeb9978c"><code>01969b7</code></a> Update dependency org.assertj:assertj-core to v3.27.0 (<a href="https://redirect.github.com/square/okio/issues/1560">#1560</a>)</li> <li><a href="https://github.com/square/okio/commit/d2a4523a8c236c74a85f664ca481d6481516bd93"><code>d2a4523</code></a> Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v2 (<a href="https://redirect.github.com/square/okio/issues/1557">#1557</a>)</li> <li><a href="https://github.com/square/okio/commit/d144d83e13cb86832dbca25215418bd9ddf7e7d0"><code>d144d83</code></a> Tee sample (<a href="https://redirect.github.com/square/okio/issues/1559">#1559</a>)</li> <li><a href="https://github.com/square/okio/commit/b6b4d52e5f0099328a5bc288249058e573dc19ff"><code>b6b4d52</code></a> Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0 (<a href="https://redirect.github.com/square/okio/issues/1552">#1552</a>)</li> <li>Additional commits viewable in <a href="https://github.com/square/okio/compare/3.9.1...3.10.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: [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]
