Skip to content

Commit b2ddbec

Browse files
Bump com.squareup.okio:okio from 3.13.0 to 3.14.0 (#430)
Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.13.0 to 3.14.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/square/okio/blob/master/CHANGELOG.md">com.squareup.okio:okio's changelog</a>.</em></p> <blockquote> <h2>Version 3.14.0</h2> <p><em>2025-06-28</em></p> <ul> <li>Upgrade: [kotlinx-datetime 0.7.0][datetime_0_7_0]. This impacts the <code>okio-fakefilesystem</code> artifact only. This is a binary-incompatible backwards-incompatible change that cannot co-exist with previous releases of <code>okio-fakefilesystem</code>! If you observe a <code>NoSuchMethodError</code> calling <code>FakeFileSystem.init</code>, update the calling code to this release (or newer) and recompile. We don't like imposing backwards-incompatible changes like this on you and do so regretfully.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/square/okio/commit/a45eb5e5c116324637bd620d0c74fe3a57dbe783"><code>a45eb5e</code></a> Prepare for release 3.14.0.</li> <li><a href="https://github.com/square/okio/commit/5ee94a15be7f6a8aecf67007af7d93f7cb0dad2b"><code>5ee94a1</code></a> Update dependency org.jetbrains.kotlinx.binary-compatibility-validator:org.je...</li> <li><a href="https://github.com/square/okio/commit/24e3c84dc2b39bbf19806960e7014de4c67abeba"><code>24e3c84</code></a> Update to kotlinx-datetime:0.7.0 and fix binary incompatible changes. (<a href="https://redirect.github.com/square/okio/issues/1645">#1645</a>)</li> <li><a href="https://github.com/square/okio/commit/9db5ee3ad8f0147dff4590b296bff7688b927286"><code>9db5ee3</code></a> Update dependency com.android.tools.build:gradle to v8.11.0 (<a href="https://redirect.github.com/square/okio/issues/1643">#1643</a>)</li> <li><a href="https://github.com/square/okio/commit/ff8c6a68bd03d2423aceda7323dd5f22a9563828"><code>ff8c6a6</code></a> Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.33.0 (<a href="https://redirect.github.com/square/okio/issues/1640">#1640</a>)</li> <li><a href="https://github.com/square/okio/commit/bcd25f94b63723a9e90cb74d6b76fff16acfed34"><code>bcd25f9</code></a> Prepare next development version.</li> <li>See full diff in <a href="https://github.com/square/okio/compare/parent-3.13.0...parent-3.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.squareup.okio:okio&package-manager=gradle&previous-version=3.13.0&new-version=3.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6814866 commit b2ddbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlinpoet = "2.2.0"
99
mavenplugin = "0.33.0"
1010
moshi = "1.15.2"
1111
okhttp = "4.12.0"
12-
okio = "3.13.0"
12+
okio = "3.14.0"
1313
protobuf = "4.31.1"
1414
slf4j = "2.0.17"
1515
spotless = "7.0.4"

0 commit comments

Comments
 (0)