Skip to content

chore(deps): bump com.squareup.okio:okio from 3.16.0 to 3.17.0#925

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/maven/com.squareup.okio-okio-3.17.0
Jun 25, 2026
Merged

chore(deps): bump com.squareup.okio:okio from 3.16.0 to 3.17.0#925
github-actions[bot] merged 1 commit into
masterfrom
dependabot/maven/com.squareup.okio-okio-3.17.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps com.squareup.okio:okio from 3.16.0 to 3.17.0.

Changelog

Sourced from com.squareup.okio:okio's changelog.

Version 3.17.0

2026-03-11

  • 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.

  • Fix: Return the correct timestamp in FileMetadata.createdAtMillis on Kotlin/Native on UNIX platforms. We were incorrectly using the POSIX ctime (change time) instead of the birthtime. With this fix Okio now prefers statx() over stat() on native platforms. This API first appeared in Linux in 4.11 (2017) and Android in API 30 (2020).

Version 3.16.4

2025-11-17

  • 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.

Version 3.16.3

2025-11-14

This release is the same as 3.16.2. We forgot to cherry-pick a commit before we released!

Version 3.16.2

2025-10-14

  • Fix: okio-assetfilesystem APIs now correctly restored as visible to Kotlin.

Version 3.16.1

2025-10-09

  • Fix: Don't crash when calling Socket.shutdownOutput() or shutdownInput() on an SSLSocket on Android API 21. This method throws an UnsupportedOperationException, so we now catch that and close the underlying stream instead.
Commits
  • 80a5023 Prepare for release 3.17.0.
  • 65c0c26 Switch to FileMetadata to use statx instead of stat on Linux and Apple platfo...
  • b11f17b Remove Kotlin/JS IR default parameter workarounds. (#1786)
  • b35f473 Update Gradle to v9.4.0 (#1785)
  • cbcee31 Update actions/upload-artifact action to v7 (#1783)
  • fc7aecb Update dependency com.android.tools.build:gradle to v9.0.1 (#1781)
  • 79aa267 Drop isWasm() early return workaround for KT-60212. (#1777)
  • 45459dc Fix result of an 'errnoToIOException' call is not thrown. inside `PosixFileSy...
  • 9fbab0f Decode env variables in WASI tests (#1773)
  • 50abe89 Stop using AssertJ (#1771)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 2, 2026
@github-actions github-actions Bot enabled auto-merge (squash) June 2, 2026 05:41
@dependabot dependabot Bot force-pushed the dependabot/maven/com.squareup.okio-okio-3.17.0 branch from 55b94a9 to c8e4ef7 Compare June 25, 2026 20:55
@NguyenHoangSon96 NguyenHoangSon96 force-pushed the dependabot/maven/com.squareup.okio-okio-3.17.0 branch from c8e4ef7 to 59e2b54 Compare June 25, 2026 21:04
Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.16.0 to 3.17.0.
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-3.16.0...parent-3.17.0)

---
updated-dependencies:
- dependency-name: com.squareup.okio:okio
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@NguyenHoangSon96 NguyenHoangSon96 force-pushed the dependabot/maven/com.squareup.okio-okio-3.17.0 branch from 59e2b54 to 3a3d8a5 Compare June 25, 2026 22:22
@github-actions github-actions Bot merged commit e2a3067 into master Jun 25, 2026
11 checks passed
@github-actions github-actions Bot deleted the dependabot/maven/com.squareup.okio-okio-3.17.0 branch June 25, 2026 22:32
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.85%. Comparing base (57d6091) to head (3a3d8a5).
⚠️ Report is 1 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #925   +/-   ##
=========================================
  Coverage     88.85%   88.85%           
+ Complexity      791      789    -2     
=========================================
  Files           174      174           
  Lines          7285     7285           
  Branches        422      422           
=========================================
  Hits           6473     6473           
  Misses          680      680           
  Partials        132      132           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant