Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump com.google.errorprone:error_prone_core from 2.35.1 to 2.36.0 (#211)
Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.35.1 to 2.36.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_core's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.36.0</h2> <p>Changes:</p> <ul> <li>Add new matcher interfaces to <code>ErrorProneScanner</code> for AST nodes introduced after Java 11 (e5fd194fa21ef9a01e8d4c72489906247aad81c8)</li> <li>Fix compatibility with latest JDK 24 EA builds (<a href="https://github.com/google/error-prone/commit/d67bc156b737d13ac693d73a403a11a97804423f">https://github.com/google/error-prone/commit/d67bc156b737d13ac693d73a403a11a97804423f</a>)</li> <li>Check that <code>--should-stop=ifError=FLOW</code> is set when using the <code>-Xplugin</code> integration (e71db1f369a9367f6f2db34c4fbd006b6d6238fd)</li> </ul> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/DuplicateBranches"><code>DuplicateBranches</code></a>: Discourage conditional expressions and if statements where both branches are the same</li> <li><a href="https://errorprone.info/bugpattern/RedundantControlFlow"><code>RedundantControlFlow</code></a>: Reports redundant <code>continue</code> statements.</li> </ul> <p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/4633">#4633</a>, <a href="https://redirect.github.com/google/error-prone/issues/4646">#4646</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/ab522c7dcac5e83b84828d5670595e5582d71fb3"><code>ab522c7</code></a> Release Error Prone 2.36.0</li> <li><a href="https://github.com/google/error-prone/commit/fc5aade955969968c782504995ead5783ca00723"><code>fc5aade</code></a> Remove swathes of assume()s on the current runtime version.</li> <li><a href="https://github.com/google/error-prone/commit/b222ea8c65c9e357c76223f2113b795a7c6977ba"><code>b222ea8</code></a> Handle qualified enum elements in MissingCasesInEnumSwitch.</li> <li><a href="https://github.com/google/error-prone/commit/332cbfae1dfdfb67e2810dc705da9b60237086bd"><code>332cbfa</code></a> Support record destructuring in ArgumentSelectionDefectChecker.</li> <li><a href="https://github.com/google/error-prone/commit/0db3360a331ee1f6f882f6e550d854a025337e56"><code>0db3360</code></a> UsafeLocaleUsage: update the proposed fix to use <code>replace(char, char)</code></li> <li><a href="https://github.com/google/error-prone/commit/c816c8ba4ea0bf402ff81e8e02decc709fd5e403"><code>c816c8b</code></a> StatementSwitchToExpressionSwitch - remove <code>// fall out</code> comments in switches</li> <li><a href="https://github.com/google/error-prone/commit/b5fa4411c2602b7cb073bc9b4f9bc8ddc20e3083"><code>b5fa441</code></a> Consolidate javadoc plugin version</li> <li><a href="https://github.com/google/error-prone/commit/2afd0cf070aaac862ce38e9785cd7e04f6130563"><code>2afd0cf</code></a> Run StatementSwitchToExpressionSwitch_refactoring over EP.</li> <li><a href="https://github.com/google/error-prone/commit/37895d36873032d16eb26b35389930b927d5f199"><code>37895d3</code></a> Fix snapshot doc publishing after <a href="https://github.com/google/error-prone/commi">https://github.com/google/error-prone/commi</a>...</li> <li><a href="https://github.com/google/error-prone/commit/c4387562d4ea8a0c9e67bf88046be977997db176"><code>c438756</code></a> StatementSwitchToExpressionSwitch: for "assignment switch" and "direct conver...</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.35.1...v2.36.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.errorprone:error_prone_core&package-manager=gradle&previous-version=2.35.1&new-version=2.36.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information