Skip to content

Bump com.squareup.okio:okio from 3.17.0 to 3.18.0#2679

Merged
acoburn merged 1 commit into
mainfrom
dependabot/maven/com.squareup.okio-okio-3.18.0
Jul 22, 2026
Merged

Bump com.squareup.okio:okio from 3.17.0 to 3.18.0#2679
acoburn merged 1 commit into
mainfrom
dependabot/maven/com.squareup.okio-okio-3.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

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

Changelog

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

Version 3.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.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 22, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 22, 2026 13:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 22, 2026
@acoburn
acoburn enabled auto-merge (squash) July 22, 2026 13:46
@dependabot
dependabot Bot force-pushed the dependabot/maven/com.squareup.okio-okio-3.18.0 branch from eee076e to c5af6c5 Compare July 22, 2026 13:47
Bumps [com.squareup.okio:okio](https://github.com/lysine-dev/okio) from 3.17.0 to 3.18.0.
- [Changelog](https://github.com/lysine-dev/okio/blob/master/CHANGELOG.md)
- [Commits](lysine-dev/okio@parent-3.17.0...parent-3.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/com.squareup.okio-okio-3.18.0 branch from c5af6c5 to 43d5ec3 Compare July 22, 2026 13:55
@acoburn
acoburn merged commit 1916b7a into main Jul 22, 2026
7 checks passed
@acoburn
acoburn deleted the dependabot/maven/com.squareup.okio-okio-3.18.0 branch July 22, 2026 14:01
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