Skip to content

Commit f9b10a1

Browse files
Merge #859
859: Bump com.squareup.okio:okio from 3.11.0 to 3.12.0 r=brunoocasali a=dependabot[bot] Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.11.0 to 3.12.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.12.0</h2> <p><em>2025-05-27</em></p> <ul> <li>New: Support an optional end index when searching with <code>BufferedSource.indexOf()</code>.</li> <li>Fix: Don't do unnecessary work in <code>BufferedSource.rangeEquals()</code>.</li> <li>Upgrade: [Kotlin 2.1.21][kotlin_2_1_21].</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/square/okio/commit/eca0e40711d77673aaa18f184317971980667566"><code>eca0e40</code></a> Prepare for release 3.12.0.</li> <li><a href="https://github.com/square/okio/commit/eca2120dcb01cb50309263ef306ab4425ad4436f"><code>eca2120</code></a> Re-implement Buffer.rangeEquals on Buffer.indexOf (<a href="https://redirect.github.com/square/okio/issues/1628">#1628</a>)</li> <li><a href="https://github.com/square/okio/commit/b4b5fd2e4481e4b800570b2f5f45dfeda5f2237d"><code>b4b5fd2</code></a> New API, BufferedSource.indexOf(ByteString, fromIndex, toIndex) (<a href="https://redirect.github.com/square/okio/issues/1626">#1626</a>)</li> <li><a href="https://github.com/square/okio/commit/5ce2d92d47ac8065285514e1dcd7951597733b18"><code>5ce2d92</code></a> Update dependency gradle to v8.14.1 (<a href="https://redirect.github.com/square/okio/issues/1625">#1625</a>)</li> <li><a href="https://github.com/square/okio/commit/4f27de951d2b0b1ed53a08add83648a2e4fd2250"><code>4f27de9</code></a> Add compatibility for Kotlin 2.2 (<a href="https://redirect.github.com/square/okio/issues/1624">#1624</a>)</li> <li><a href="https://github.com/square/okio/commit/37c0ca3517dda5054c8afc04a3cc5b9b1cf4087e"><code>37c0ca3</code></a> Make the build work under Gradle 9 (<a href="https://redirect.github.com/square/okio/issues/1623">#1623</a>)</li> <li><a href="https://github.com/square/okio/commit/84ad5b10f4e7747383db80c9fc4087cbab8dd1bd"><code>84ad5b1</code></a> Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.32.0 (<a href="https://redirect.github.com/square/okio/issues/1622">#1622</a>)</li> <li><a href="https://github.com/square/okio/commit/ff6f748438ec4c115153a272fea4c5ea1af50fc2"><code>ff6f748</code></a> Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.21 (<a href="https://redirect.github.com/square/okio/issues/1620">#1620</a>)</li> <li><a href="https://github.com/square/okio/commit/f09a3a12cdee2cd0a1177b8de4cb113fec6c4417"><code>f09a3a1</code></a> Update dependency com.android.tools.build:gradle to v8.10.0 (<a href="https://redirect.github.com/square/okio/issues/1619">#1619</a>)</li> <li><a href="https://github.com/square/okio/commit/33d4f8cb89684e3889cc61b92d23c230ac923f26"><code>33d4f8c</code></a> Update dependency java to v24 (<a href="https://redirect.github.com/square/okio/issues/1606">#1606</a>)</li> <li>Additional commits viewable in <a href="https://github.com/square/okio/compare/parent-3.11.0...parent-3.12.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.11.0&new-version=3.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents a1bd044 + 29a3bbf commit f9b10a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
// https://mvnrepository.com/artifact/org.mockito/mockito-core
6262
testImplementation 'org.mockito:mockito-core:4.9.0'
6363
testImplementation 'org.hamcrest:hamcrest:3.0'
64-
testImplementation 'com.squareup.okio:okio:3.11.0'
64+
testImplementation 'com.squareup.okio:okio:3.12.0'
6565
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
6666
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
6767

0 commit comments

Comments
 (0)