Skip to content

Bump com.squareup.okio:okio from 2.10.0 to 3.18.2 - #28

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.squareup.okio-okio-3.18.2
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.squareup.okio-okio-3.18.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown

Bumps com.squareup.okio:okio from 2.10.0 to 3.18.2.

Changelog

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

Version 3.18.2

2026-09-04

  • Fix: Don't change behavior of base64-encoding. We introduced a bug in Okio 3.18.1 that caused base64 strings to be encoded without padding, even though the previous and expected behavior is to encode such strings with padding (= characters). The bug impacts callers who compiled against Okio releases < 3.18.0, and executed on Okio releases >= 3.18.

Version 3.18.1

2026-07-28

  • Fix: Restore binary-compatibility with Okio 3.17.x for Kotlin/Native users. When we introduced the new base64() function, we inadvertently changed the binary signature! Ugh! This is now fixed and we've automated binary-compatibility checking for Kotlin/Native going forward.

Version 3.18.0

2026-07-21

  • Fix: Use wide character APIs to better support of non-UTF-8 filesystems on Windows.
  • Fix: Don't crash in AssetFileSystem.exists() when the underlying storage throws a FileNotFoundException.
  • Fix: Load WASI paths relative to their preopen. The platform behavior recently changed in NodeJS, causing our WasiFileSystem to be unable to access files!
  • New: Optionally ignore whitespace when decoding hexadecimal.
  • New: Optionally omit padding when encoding Base64.
  • New: BufferedSource.readUInt(), BufferedSink.writeUInt(), and similar functions for UByte, UShort and ULong. Also add support for unsigned and little-endian.
  • New: BufferedSink.utf8Appendable(). Use this to adapt an Okio sink to an Appendable.
  • New: Source.limit() returns a wrapped source with a strict limit on how many bytes are returned.
  • New: ByteString.equals(other, constantTime) for subtle defense against timing attacks.

Version 3.17.0

2026-03-11

  • New: Adjust down the Kotlin stdlib dependency to [Kotlin 2.1.21][kotlin_2_1_21]. Okio is built with an up-to-date Kotlin compiler (2.2.21), but depends on an older kotlin-stdlib. We're doing this so you can update Okio and Kotlin independently.

  • Fix: Return the correct timestamp in FileMetadata.createdAtMillis on Kotlin/Native on UNIX platforms. We were incorrectly using the POSIX ctime (change time) instead of the birthtime. With this fix Okio now prefers statx() over stat() on native platforms. This API first appeared in Linux in 4.11 (2017) and Android in API 30 (2020).

... (truncated)

Commits
  • 9403a09 Prepare for release 3.18.2.
  • 5a1c153 Fix an unintended behavior change with base64 padding (#1869)
  • 9f564fd Prepare for release 3.18.1.
  • 531cf07 Hide some accidentally public symbols (#1839)
  • e7ef43d Update GitHub Actions for new secrets and branch (#1840)
  • a6730de Start enforcing binary compatibility for Kotlin/Native (#1838)
  • e75a7e9 Update dependency com.android.tools.build:gradle to v9.3.1 (#1836)
  • 9d21d5c Fix interchanged docs links for 1.x and 2.x API (#1835)
  • bff1dff Track new docs locations from Dokka v2 (#1833)
  • 3b16d9b Grant write permission to the publish-website action (#1832)
  • 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 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)

Bumps [com.squareup.okio:okio](https://github.com/lysine-dev/okio) from 2.10.0 to 3.18.2.
- [Changelog](https://github.com/lysine-dev/okio/blob/main/CHANGELOG.md)
- [Commits](lysine-dev/okio@parent-2.10.0...parent-3.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies java Pull requests that update java code labels Sep 14, 2026
@github-actions

Copy link
Copy Markdown

Mend Scan Results

Status: ⚠️ Findings detected

⚠️ SCA findings detected

SCA scan output



Identified 244 dependencies

Detected 1 vulnerability (0 Critical, 0 High, 1 Medium, 0 Low)

+----------+------------------------------------+----------------+----------------------------------------------------------------------------------------------------+
| SEVERITY |              LIBRARY               |       ID       |                                              TOP FIX                                               |
+----------+------------------------------------+----------------+----------------------------------------------------------------------------------------------------+
| MEDIUM   | netty-codec-http-4.1.137.Final.jar | CVE-2026-89044 | Upgrade to version io.netty:netty-codec-http:4.1.138.Final,io.netty:netty-codec-http:4.2.18.Final, |
|          |                                    |                | https://github.com/netty/netty.git - netty-4.2.18.Final, https://github.com/netty/netty.git -      |
|          |                                    |                | netty-4.1.138.Final                                                                                |
+----------+------------------------------------+----------------+----------------------------------------------------------------------------------------------------+


Paths at risk

P = policy violation
MSC = malicious vulnerability
CRITICAL/HIGH/MEDIUM/LOW = vulnerability severity

quarkus-jackson-3.39.2.jar
|-- vertx-core-4.5.33.jar
	|-- netty-codec-http-4.1.137.Final.jar [1 MEDIUM]
	|-- netty-handler-proxy-4.1.137.Final.jar
		|-- netty-codec-http-4.1.137.Final.jar [1 MEDIUM]
quarkus-vertx-3.39.2.jar
|-- quarkus-netty-3.39.2.jar
	|-- netty-codec-http2-4.1.137.Final.jar
		|-- netty-codec-http-4.1.137.Final.jar [1 MEDIUM]
	|-- netty-codec-http-4.1.137.Final.jar [1 MEDIUM]


No Policy violations were detected

Project 'generic-http-proxy' was updated, for more information, visit the Mend platform: https://ibmets.whitesourcesoftware.com/app/orgs/Enterprise%20Applications/applications/summary?project=b23fdc1f-fcf6-4ed7-8271-046e6a82d10f
Or the Core UI: https://ibmets.whitesourcesoftware.com/Wss/WSS.html#!project;token=57b3852ebb35456f89dc27c38b7c51197136192ff5c84c3ab56b8bdd74d2f5cb

Mend AI scan succeeded.

Support Token: 1fa508f4d53c949ccab12d4228ef5d8de1789405873498
SAST scan output
*no findings*

Full logs and artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants