Update all non-major dependencies to v2.29.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
com.google.errorprone:error_prone_core (source) | minor |
2.28.0 -> 2.29.2
|
|
com.google.errorprone:error_prone_annotations (source) | compile | minor |
2.28.0 -> 2.29.2
|
Release Notes
google/error-prone
v2.29.2
: Error Prone 2.29.2
This release contains all of the changes in 2.29.0 and 2.29.1, plus:
- a bug fix for a crash in
TraditionalSwitchExpression
(https://github.com/google/error-prone/issues/4479) - restores the
module-info
for the annotations jar, which was accidentally removed (https://github.com/google/error-prone/issues/4480)
Full Changelog: https://github.com/google/error-prone/compare/v2.29.1...v2.29.2
v2.29.1
: Error Prone 2.29.1
This release contains all of the changes in 2.29.0, plus:
- a bug fix to
UnusedVariable
to handle unnamed_
variables (https://github.com/google/error-prone/issues/4451) - a bug fix for a crash in
SetUnrecognized
(https://github.com/google/error-prone/issues/4475)
Full Changelog: https://github.com/google/error-prone/compare/v2.29.0...v2.29.1
v2.29.0
: Error Prone 2.29.0
New checks:
Closed issues: #4318, #4429, #4467
Full Changelog: https://github.com/google/error-prone/compare/v2.28.0...v2.29.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.