Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2025

Bumps com.squareup.okio:okio from 3.6.0 to 3.16.4.

Changelog

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

Version 3.16.4

2025-11-17

  • Fix: Don't delay triggering timeouts. In 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

Version 3.16.3

2025-11-14

This release is the same as 3.16.2. We forgot to cherry-pick a commit before we released!

Version 3.16.2

2025-10-14

  • Fix: okio-assetfilesystem APIs now correctly restored as visible to Kotlin.

Version 3.16.1

2025-10-09

  • Fix: Don't crash when calling Socket.shutdownOutput() or shutdownInput() on an SSLSocket on Android API 21. This method throws an UnsupportedOperationException, so we now catch that and close the underlying stream instead.

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

Version 3.15.0

2025-07-01

... (truncated)

Commits
  • 74b87c8 Prepare for release 3.16.4.
  • 5cffb11 Fix compareTo function for priority queue in Asynctimeout (#1738)
  • c869a7b Prepare next development version.
  • 06289cc Prepare for release 3.16.3.
  • 42ed971 Prepare version 3.16.2
  • 855f632 Update dependency com.android.tools.build:gradle to v9.0.0-alpha10 (#1715)
  • d8f54b5 Prepare next development version.
  • 6328c9c Prepare for release 3.16.1.
  • 3df8719 Recover from an SSLSocket crash (#1714)
  • d2897ad Update dependency com.android.tools.build:gradle to v9.0.0-alpha09 (#1713)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Dec 21, 2025
@openshift-ci
Copy link

openshift-ci bot commented Dec 21, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@vinokurig vinokurig force-pushed the dependabot/maven/com.squareup.okio-okio-3.16.4 branch from 65e8ee4 to 713052b Compare December 22, 2025 08:36
@vinokurig
Copy link
Contributor

/ok-to-test

Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.6.0 to 3.16.4.
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-3.6.0...parent-3.16.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@vinokurig vinokurig force-pushed the dependabot/maven/com.squareup.okio-okio-3.16.4 branch from 713052b to ae3b9b7 Compare December 22, 2025 11:14
@vinokurig
Copy link
Contributor

/retest

@openshift-ci
Copy link

openshift-ci bot commented Dec 23, 2025

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/v19-github-no-pat-oauth-flow ae3b9b7 link true /test v19-github-no-pat-oauth-flow
ci/prow/v19-azure-no-pat-oauth-flow ae3b9b7 link true /test v19-azure-no-pat-oauth-flow
ci/prow/v19-azure-no-pat-oauth-flow-ssh-url ae3b9b7 link true /test v19-azure-no-pat-oauth-flow-ssh-url
ci/prow/v19-gitlab-no-pat-oauth-flow-raw-devfile-url ae3b9b7 link true /test v19-gitlab-no-pat-oauth-flow-raw-devfile-url
ci/prow/v19-gitea-no-pat-oauth-flow ae3b9b7 link true /test v19-gitea-no-pat-oauth-flow
ci/prow/v19-github-with-pat-setup-flow ae3b9b7 link true /test v19-github-with-pat-setup-flow
ci/prow/v19-bitbucket-no-pat-oauth-flow-raw-devfile-url ae3b9b7 link true /test v19-bitbucket-no-pat-oauth-flow-raw-devfile-url
ci/prow/v19-gitlab-with-pat-setup-flow ae3b9b7 link true /test v19-gitlab-with-pat-setup-flow

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-ci openshift-ci bot added the lgtm label Dec 23, 2025
@vinokurig vinokurig merged commit b1bc5ec into main Dec 23, 2025
21 of 29 checks passed
@vinokurig vinokurig deleted the dependabot/maven/com.squareup.okio-okio-3.16.4 branch December 23, 2025 12:29
@openshift-ci
Copy link

openshift-ci bot commented Dec 23, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot], vinokurig

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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 lgtm ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants