Skip to content

Update all non-major dependencies to v2.26.1

Renovate Bot requested to merge renovate/all-minor-patch into master

This MR contains the following updates:

Package Type Update Change
com.google.errorprone:error_prone_core (source) minor 2.25.0 -> 2.26.1
com.google.errorprone:error_prone_annotations (source) compile minor 2.25.0 -> 2.26.1

Release Notes

google/error-prone

v2.26.1: Error Prone 2.26.1

Compare Source

Changes:

Full Changelog: https://github.com/google/error-prone/compare/v2.26.0...v2.26.1

v2.26.0: Error Prone 2.26.0

Compare Source

Changes:

  • The 'annotations' artifact now includes a module-info.java for Java Platform Module System support, thanks to @​sgammon in #​4311.
  • Disabled checks passed to -XepPatchChecks are now ignored, instead of causing a crash. Thanks to @​oxkitsune in #​4028.

New checks:

  • SystemConsoleNull: Null-checking System.console() is not a reliable way to detect if the console is connected to a terminal.
  • EnumOrdinal: Discourage uses of Enum.ordinal()

Closed issues: #​2649, #​3908, #​4028, #​4311, #​4314

Full Changelog: https://github.com/google/error-prone/compare/v2.25.0...v2.26.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports

Loading