Skip to content

build(deps): bump net.ltgt.errorprone from 3.1.0 to 4.2.0 #6895

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 23, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2025

Bumps net.ltgt.errorprone from 3.1.0 to 4.2.0.

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.

Bumps net.ltgt.errorprone from 3.1.0 to 4.2.0.

---
updated-dependencies:
- dependency-name: net.ltgt.errorprone
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 17, 2025
Copy link
Contributor

github-actions bot commented Apr 17, 2025

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

1 similar comment
Copy link
Contributor

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

Copy link
Contributor

Vertex AI Mock Responses Check ⚠️

A newer major version of the mock responses for Vertex AI unit tests is available. update_responses.sh should be updated to clone the latest version of the responses: v10.0

Copy link
Contributor

github-actions bot commented Apr 17, 2025

Test Results

 1 092 files  + 1 048   1 092 suites  +1 048   36m 58s ⏱️ + 30m 39s
 5 985 tests + 5 849   5 962 ✅ + 5 826  22 💤 +22  1 ❌ +1 
12 409 runs  +12 117  12 364 ✅ +12 072  44 💤 +44  1 ❌ +1 

For more details on these failures, see this check.

Results for commit 1a85c88. ± Comparison against base commit 43491db.

♻️ This comment has been updated with latest results.

@rlazo rlazo closed this Jun 23, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@rlazo rlazo reopened this Jun 23, 2025
Copy link
Contributor

Firebase AI Mock Responses Check ⚠️

A newer major version of the mock responses for Firebase AI unit tests is available. update_responses.sh should be updated to clone the latest version of the responses: v14.1

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Jun 23, 2025

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Jun 23, 2025

Coverage Report 1

Affected Products

  • firebase-database

    Overall coverage changed from 50.16% (43491db) to 50.21% (709f9f5) by +0.04%.

    FilenameBase (43491db)Merge (709f9f5)Diff
    BooleanNode.java92.31%100.00%+7.69%
    ChildChangeAccumulator.java83.33%96.67%+13.33%
    WriteTree.java77.22%76.67%-0.56%
  • firebase-firestore

    Overall coverage changed from 45.78% (43491db) to 45.77% (709f9f5) by -0.01%.

    FilenameBase (43491db)Merge (709f9f5)Diff
    DeleteMutation.java95.24%90.48%-4.76%
    PatchMutation.java100.00%98.39%-1.61%
  • firebase-messaging

    Overall coverage changed from 84.21% (43491db) to 83.99% (709f9f5) by -0.22%.

    FilenameBase (43491db)Merge (709f9f5)Diff
    FirebaseMessaging.java76.80%75.60%-1.20%
    Metadata.java41.27%36.51%-4.76%
  • firebase-storage

    Overall coverage changed from 83.96% (43491db) to 84.04% (709f9f5) by +0.08%.

    FilenameBase (43491db)Merge (709f9f5)Diff
    StorageException.java65.45%69.09%+3.64%
    StorageTask.java83.38%83.69%+0.30%
    StreamDownloadTask.java88.89%88.41%-0.48%

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/GDNBdbC3D6.html

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Jun 23, 2025

Startup Time Report 1

The report is too large (122,552 chars) to be displayed on GitHub. Please check this report on GCS.

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/hG4JzfTddU/index.html

@rlazo rlazo merged commit 11dfdac into main Jun 23, 2025
430 of 433 checks passed
@rlazo rlazo deleted the dependabot/gradle/net.ltgt.errorprone-4.2.0 branch June 23, 2025 17:47
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 java Pull requests that update Java code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants