Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Bump com.squareup.okio:okio from 3.11.0 to 3.16.4 in /prime-router#18690

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/prime-router/com.squareup.okio-okio-3.16.4
Closed

Bump com.squareup.okio:okio from 3.11.0 to 3.16.4 in /prime-router#18690
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/prime-router/com.squareup.okio-okio-3.16.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 1, 2025

Bumps com.squareup.okio:okio from 3.11.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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 1, 2025
@dependabot dependabot Bot requested a review from a team as a code owner December 1, 2025 10:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 1, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 1, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@scott-aquia
Copy link
Copy Markdown
Collaborator

scott-aquia commented Dec 1, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@jack-h-wang
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.11.0 to 3.16.4.
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-3.11.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] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/prime-router/com.squareup.okio-okio-3.16.4 branch from d1fe7bd to ecceb16 Compare December 8, 2025 19:47
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 31, 2026

Superseded by #18977.

@dependabot dependabot Bot closed this Mar 31, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/prime-router/com.squareup.okio-okio-3.16.4 branch March 31, 2026 22:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants