Update okio to v3.18.1 - #455
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #455 +/- ##
=======================================
Coverage 69.04% 69.04%
=======================================
Files 9 9
Lines 798 798
Branches 217 217
=======================================
Hits 551 551
Misses 161 161
Partials 86 86 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
twyatt
approved these changes
Aug 3, 2026
twyatt
enabled auto-merge (squash)
August 3, 2026 17:42
sdonn3
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.18.0→3.18.13.18.0→3.18.1Release Notes
lysine-dev/okio (com.squareup.okio:okio-js)
v3.18.12026-07-28
the new
base64()function, we inadvertently changed the binary signature! Ugh! This is nowfixed and we've automated binary-compatibility checking for Kotlin/Native going forward.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate CLI.
Note
Low Risk
Single version-catalog patch bump with no code changes; low risk, with a small benefit for Kotlin/Native consumers of the library.
Overview
Bumps the shared okio version in
gradle/libs.versions.tomlfrom 3.18.0 to 3.18.1, which applies to bothokio-coreandokio-jsviaversion.ref.This is a patch dependency update only; no project source changes. 3.18.1 restores Kotlin/Native binary compatibility with 3.17.x after a signature change around
base64(), which matters for this repo’s multiplatform targets (e.g.koap-coreon macOS/iOS and JS).Reviewed by Cursor Bugbot for commit 46f7e54. Configure here.