fix(deps): update square.okio to v3.16.0
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| com.squareup.okio:okio-jvm | 3.15.0 -> 3.16.0 |
||
| com.squareup.okio:okio-fakefilesystem-jvm | 3.15.0 -> 3.16.0 |
||
| com.squareup.okio:okio-bom | 3.15.0 -> 3.16.0 |
||
| com.squareup.okio:okio | 3.15.0 -> 3.16.0 |
Release Notes
square/okio (com.squareup.okio:okio-jvm)
v3.16.0
2025-07-29
-
Fix: Change
Socket.asOkioSocket()to resolve its sourceInputStreamandOutputStreameagerly. This will throw aSocketExceptionimmediately if the socket isnβt connected. This behavior is consistent with our similar APIs,Socket.source()andSocket.sink(). -
Fix: Optimize
AsyncTimeouton systems with a very large number of active timeouts. This class originally kept active timeouts in a linked list; with this update the internal data structure is a binary heap. The old runtime was π(πΒ²) to activate π timeouts; with this optimization the runtime is π(π log π). -
Upgrade: [Kotlin 2.2.0][kotlin_2_2_0].
Configuration
π Schedule: 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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.