Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
943: build(deps): Bump com.google.errorprone:error_prone_annotations from 2.22.0 to 2.23.0 r=github-actions[bot] a=dependabot[bot] Bumps [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) from 2.22.0 to 2.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_annotations's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.23.0</h2> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/DuplicateDateFormatField"><code>DuplicateDateFormatField</code></a></li> <li><a href="https://errorprone.info/bugpattern/NonFinalStaticField"><code>NonFinalStaticField</code></a></li> <li><a href="https://errorprone.info/bugpattern/StringCharset"><code>StringCharset</code></a></li> <li><a href="https://errorprone.info/bugpattern/StringFormatWithLiteral"><code>StringFormatWithLiteral</code></a></li> <li><a href="https://errorprone.info/bugpattern/SuperEqualsIsObjectEquals"><code>SuperEqualsIsObjectEquals</code></a></li> </ul> <p>Bug fixes and improvements: <a href="https://redirect.github.com/google/error-prone/issues/3897">#3897</a>, <a href="https://redirect.github.com/google/error-prone/issues/4114">#4114</a>, <a href="https://redirect.github.com/google/error-prone/issues/4123">#4123</a></p> <p>Full Changelog: <a href="https://github.com/google/error-prone/compare/v2.22.0...v2.23.0">https://github.com/google/error-prone/compare/v2.22.0...v2.23.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/ff5e5f7a519f40b10d2b24ca5fccfc70dba3d94f"><code>ff5e5f7</code></a> Release Error Prone 2.23.0</li> <li><a href="https://github.com/google/error-prone/commit/3047300568e312c574a60db608622730abcce9c6"><code>3047300</code></a> Suggest <code>this == obj</code> instead of <code>super.equals(obj)</code> when the two are equival...</li> <li><a href="https://github.com/google/error-prone/commit/ed01de08653fe1b065cb2dbaba27563599e93606"><code>ed01de0</code></a> Tweak the wording of <code>summary</code> in <code>FloggerRedundantIsEnabled</code>, because `[LEV...</li> <li><a href="https://github.com/google/error-prone/commit/159ae7f9c55bf4030df6e0ca33bc5e75745a8bcc"><code>159ae7f</code></a> Remove <code>volatile</code> when finalling <code>static</code> fields.</li> <li><a href="https://github.com/google/error-prone/commit/e8298e49bfe37e0e24c89e913ea77d48996e42fc"><code>e8298e4</code></a> Automatic code cleanup.</li> <li><a href="https://github.com/google/error-prone/commit/53f24d429140abb642f02245cfd4ec55e721137c"><code>53f24d4</code></a> java.util.Iterable -> lang</li> <li><a href="https://github.com/google/error-prone/commit/1c62a566dccfebcdd934f547d4713ef454cc29f6"><code>1c62a56</code></a> Rip out the YetMore flag.</li> <li><a href="https://github.com/google/error-prone/commit/8d62eb6d34b9f294c8627fe2f28a2e158f64a4b1"><code>8d62eb6</code></a> Don't flag things which probably shouldn't be static anyway.</li> <li><a href="https://github.com/google/error-prone/commit/3cdff253377328d4699b8601d7bb181852daa553"><code>3cdff25</code></a> Remove the deprecated ErrorProneFlags methods.</li> <li><a href="https://github.com/google/error-prone/commit/90baca03d1c2193d0c31d2877bedbe7b2d7f5360"><code>90baca0</code></a> Include <code>javax.inject</code> in 'with-dependencies' jars</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.22.0...v2.23.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_annotations&package-manager=maven&previous-version=2.22.0&new-version=2.23.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information