Skip to content

Update dependency com.squareup.okio:okio to v3.18.1 - #55

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/okio
Open

Update dependency com.squareup.okio:okio to v3.18.1#55
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/okio

Conversation

@renovate

@renovaterenovateBot commented Jul 25, 2026

Copy link
Copy Markdown

This PR contains the following updates:

PackageChangeAgeConfidence
com.squareup.okio:okio3.17.03.18.1ageconfidence

Release Notes

lysine-dev/okio (com.squareup.okio:okio)

v3.18.1

2026-07-28

  • Fix: Restore binary-compatibility with Okio 3.17.x for Kotlin/Native users. When we introduced
    the new base64() function, we inadvertently changed the binary signature! Ugh! This is now
    fixed and we've automated binary-compatibility checking for Kotlin/Native going forward.

v3.18.0

2026-07-21

  • Fix: Use wide character APIs to better support of non-UTF-8 filesystems on Windows.
  • Fix: Don't crash in AssetFileSystem.exists() when the underlying storage throws a
    FileNotFoundException.
  • Fix: Load WASI paths relative to their preopen. The platform behavior recently changed in
    NodeJS, causing our WasiFileSystem to be unable to access files!
  • New: Optionally ignore whitespace when decoding hexadecimal.
  • New: Optionally omit padding when encoding Base64.
  • New: BufferedSource.readUInt(), BufferedSink.writeUInt(), and similar functions for UByte,
    UShort and ULong. Also add support for unsigned and little-endian.
  • New: BufferedSink.utf8Appendable(). Use this to adapt an Okio sink to an Appendable.
  • New: Source.limit() returns a wrapped source with a strict limit on how many bytes are
    returned.
  • New: ByteString.equals(other, constantTime) for subtle defense against timing attacks.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actionsBot commented Jul 25, 2026

Copy link
Copy Markdown

Test Results

22 tests ±0 22 ✅ ±0 23s ⏱️ ±0s
3 suites ±0 0 💤 ±0 
3 files ±0 0 ❌ ±0 

Results for commit 80a0bc6. ± Comparison against base commit 676d26e.

♻️ This comment has been updated with latest results.

@renovaterenovateBot changed the title Update dependency com.squareup.okio:okio to v3.18.0Update dependency com.squareup.okio:okio to v3.18.1Jul 29, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants