Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps com.squareup.okio:okio from 3.11.0 to 3.12.0.

Changelog

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

Version 3.12.0

2025-05-27

  • New: Support an optional end index when searching with BufferedSource.indexOf().
  • Fix: Don't do unnecessary work in BufferedSource.rangeEquals().
  • Upgrade: [Kotlin 2.1.21][kotlin_2_1_21].
Commits
  • eca0e40 Prepare for release 3.12.0.
  • eca2120 Re-implement Buffer.rangeEquals on Buffer.indexOf (#1628)
  • b4b5fd2 New API, BufferedSource.indexOf(ByteString, fromIndex, toIndex) (#1626)
  • 5ce2d92 Update dependency gradle to v8.14.1 (#1625)
  • 4f27de9 Add compatibility for Kotlin 2.2 (#1624)
  • 37c0ca3 Make the build work under Gradle 9 (#1623)
  • 84ad5b1 Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.32.0 (#1622)
  • ff6f748 Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.21 (#1620)
  • f09a3a1 Update dependency com.android.tools.build:gradle to v8.10.0 (#1619)
  • 33d4f8c Update dependency java to v24 (#1606)
  • 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)

Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/square/okio/releases)
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-3.11.0...parent-3.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Jun 1, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jun 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

meili-bors bot added a commit that referenced this pull request Jun 2, 2025
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>
@meili-bors
Copy link
Contributor

meili-bors bot commented Jun 2, 2025

This PR was included in a batch that successfully built, but then failed to merge into main (it was a non-fast-forward update). It will be automatically retried.

@meili-bors
Copy link
Contributor

meili-bors bot commented Jun 2, 2025

Build succeeded:

@meili-bors meili-bors bot merged commit f9b10a1 into main Jun 2, 2025
4 checks passed
@meili-bors meili-bors bot deleted the dependabot/gradle/com.squareup.okio-okio-3.12.0 branch June 2, 2025 18:19
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 skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants