Update all non-major dependencies to v2.26.1
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
Changes:
- Fix the module name of the annotations artifact:
com.google.errorprone.annotations
(https://github.com/google/error-prone/commit/9d99ee76f2ca8568b69150f5df7fe845c8545d16)
Full Changelog: https://github.com/google/error-prone/compare/v2.26.0...v2.26.1
v2.26.0
: Error Prone 2.26.0
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-checkingSystem.console()
is not a reliable way to detect if the console is connected to a terminal. -
EnumOrdinal
: Discourage uses ofEnum.ordinal()
Closed issues: #2649, #3908, #4028, #4311, #4314
Full Changelog: https://github.com/google/error-prone/compare/v2.25.0...v2.26.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot