Update all non-major dependencies to v2.36.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
com.google.errorprone:error_prone_core (source) | minor |
2.35.1 -> 2.36.0
|
|
com.google.errorprone:error_prone_annotations (source) | compile | minor |
2.35.1 -> 2.36.0
|
Release Notes
google/error-prone
v2.36.0
: Error Prone 2.36.0
Changes:
- Add new matcher interfaces to
ErrorProneScanner
for AST nodes introduced after Java 11 (e5fd194
) - Fix compatibility with latest JDK 24 EA builds (https://github.com/google/error-prone/commit/d67bc156b737d13ac693d73a403a11a97804423f)
- Check that
--should-stop=ifError=FLOW
is set when using the-Xplugin
integration (e71db1f
)
New checks:
-
DuplicateBranches
: Discourage conditional expressions and if statements where both branches are the same -
RedundantControlFlow
: Reports redundantcontinue
statements.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.