This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new fa781dcc3 MINOR: Bump com.squareup.okio:okio-jvm from 3.16.4 to 3.17.0
(#1075)
fa781dcc3 is described below
commit fa781dcc3c42ab98214743e3aef1eb8fd5297209
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 08:45:54 2026 +0100
MINOR: Bump com.squareup.okio:okio-jvm from 3.16.4 to 3.17.0 (#1075)
Bumps [com.squareup.okio:okio-jvm](https://github.com/square/okio) from
3.16.4 to 3.17.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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/square/okio/commit/80a50234e5edb96041a8168c4754ba9e1ff3625a"><code>80a5023</code></a>
Prepare for release 3.17.0.</li>
<li><a
href="https://github.com/square/okio/commit/65c0c26bb5242b697ffc28f6c666ae0a01197ff6"><code>65c0c26</code></a>
Switch to FileMetadata to use statx instead of stat on Linux and Apple
platfo...</li>
<li><a
href="https://github.com/square/okio/commit/b11f17b233601af92ae1fabea3fecdeea0608631"><code>b11f17b</code></a>
Remove Kotlin/JS IR default parameter workarounds. (<a
href="https://redirect.github.com/square/okio/issues/1786">#1786</a>)</li>
<li><a
href="https://github.com/square/okio/commit/b35f473635db8ad9d5a9b096780e960d1b8f7d4d"><code>b35f473</code></a>
Update Gradle to v9.4.0 (<a
href="https://redirect.github.com/square/okio/issues/1785">#1785</a>)</li>
<li><a
href="https://github.com/square/okio/commit/cbcee31f2bcb7e6f606d8eafc45f4c8ea7228cae"><code>cbcee31</code></a>
Update actions/upload-artifact action to v7 (<a
href="https://redirect.github.com/square/okio/issues/1783">#1783</a>)</li>
<li><a
href="https://github.com/square/okio/commit/fc7aecb7f6f7a123f2024ab6397da04311546bf2"><code>fc7aecb</code></a>
Update dependency com.android.tools.build:gradle to v9.0.1 (<a
href="https://redirect.github.com/square/okio/issues/1781">#1781</a>)</li>
<li><a
href="https://github.com/square/okio/commit/79aa26755c77df8c4d0233926c7308fd353ad697"><code>79aa267</code></a>
Drop <code>isWasm()</code> early return workaround for KT-60212. (<a
href="https://redirect.github.com/square/okio/issues/1777">#1777</a>)</li>
<li><a
href="https://github.com/square/okio/commit/45459dca7d40b4c2df1454a0f363e0b8e153beb5"><code>45459dc</code></a>
Fix result of an 'errnoToIOException' call is not thrown. inside
`PosixFileSy...</li>
<li><a
href="https://github.com/square/okio/commit/9fbab0f7ab00b525b0ae331c8c3ac3c645afc8c8"><code>9fbab0f</code></a>
Decode env variables in WASI tests (<a
href="https://redirect.github.com/square/okio/issues/1773">#1773</a>)</li>
<li><a
href="https://github.com/square/okio/commit/50abe8900f2e7bd48d4afc77bda0afd74fc790ac"><code>50abe89</code></a>
Stop using AssertJ (<a
href="https://redirect.github.com/square/okio/issues/1771">#1771</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/square/okio/compare/parent-3.16.4...parent-3.17.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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
flight/flight-sql-jdbc-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flight/flight-sql-jdbc-core/pom.xml
b/flight/flight-sql-jdbc-core/pom.xml
index d6fa11688..4b8122fa4 100644
--- a/flight/flight-sql-jdbc-core/pom.xml
+++ b/flight/flight-sql-jdbc-core/pom.xml
@@ -141,7 +141,7 @@ under the License.
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
- <version>3.16.4</version>
+ <version>3.17.0</version>
<scope>test</scope>
</dependency>