Skip to content

fix(deps): update square.okio to v3.16.0 #1719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rb-org-bot[bot]
Copy link
Contributor

@rb-org-bot rb-org-bot bot commented Jul 29, 2025

This PR contains the following updates:

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

Release Notes

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

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 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.

@rb-org-bot rb-org-bot bot added automerge dependencies Pull requests that update a dependency file labels Jul 29, 2025
@rb-org-bot rb-org-bot bot requested a review from RBusarow as a code owner July 29, 2025 22:07
@rb-org-bot rb-org-bot bot added dependencies Pull requests that update a dependency file automerge labels Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants