Skip to content

Update dependency com.squareup.okio:okio to v3.16.0#82

Merged
EdwarDDay merged 1 commit into
mainfrom
renovate/okio
Jul 31, 2025
Merged

Update dependency com.squareup.okio:okio to v3.16.0#82
EdwarDDay merged 1 commit into
mainfrom
renovate/okio

Conversation

@renovate

@renovate renovate Bot commented Jul 29, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.squareup.okio:okio 3.15.0 -> 3.16.0 age confidence

Release Notes

square/okio (com.squareup.okio:okio)

v3.16.0

2025-07-29

  • Fix: Change Socket.asOkioSocket() to resolve its source InputStream and OutputStream
    eagerly. This will throw a SocketException immediately if the socket isn’t connected.
    This behavior is consistent with our similar APIs, Socket.source() and Socket.sink().

  • Fix: Optimize AsyncTimeout on 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 becomes conflicted, 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.

@EdwarDDay
EdwarDDay merged commit ca88302 into main Jul 31, 2025
4 checks passed
@EdwarDDay
EdwarDDay deleted the renovate/okio branch July 31, 2025 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant