-
Notifications
You must be signed in to change notification settings - Fork 903
Commit 0198230
Bump error_prone_annotations from 2.10.0 to 2.11.0
Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.10.0 to 2.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/error-prone/releases">error_prone_annotations's releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.11.0</h2>
<p>Error Prone now requires JDK 11 or newer (<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2730">google/error-prone#2730</a>).</p>
<p>New checks</p>
<ul>
<li><a href="http://errorprone.info/bugpattern/AutoValueBuilderDefaultsInConstructor"><code>AutoValueBuilderDefaultsInConstructor</code></a></li>
<li><a href="http://errorprone.info/bugpattern/FloggerLogString"><code>FloggerLogString</code></a></li>
<li><a href="http://errorprone.info/bugpattern/UnicodeDirectionalityCharacters"><code>UnicodeDirectionalityCharacters</code></a></li>
<li><a href="http://errorprone.info/bugpattern/UnicodeInCode"><code>UnicodeInCode</code></a></li>
<li><a href="http://errorprone.info/bugpattern/AlreadyChecked"><code>AlreadyChecked</code></a></li>
<li><a href="http://errorprone.info/bugpattern/BugPatternNaming"><code>BugPatternNaming</code></a></li>
<li><a href="http://errorprone.info/bugpattern/MissingImplementsComparable"><code>MissingImplementsComparable</code></a></li>
<li><a href="http://errorprone.info/bugpattern/NegativeCharLiteral"><code>NegativeCharLiteral</code></a></li>
<li><a href="http://errorprone.info/bugpattern/PreferredInterfaceType"><code>PreferredInterfaceType</code></a></li>
<li><a href="http://errorprone.info/bugpattern/StronglyTypeByteString"><code>StronglyTypeByteString</code></a></li>
<li><a href="http://errorprone.info/bugpattern/UsingJsr305CheckReturnValue"><code>UsingJsr305CheckReturnValue</code></a></li>
</ul>
<p>Fixed issues: <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2641">#2641</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2705">#2705</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2776">#2776</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2798">#2798</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2799">#2799</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2819">#2819</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2820">#2820</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2831">#2831</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2833">#2833</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2834">#2834</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2835">#2835</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2861">#2861</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2873">#2873</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2889">#2889</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2892">#2892</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2901">#2901</a></p>
<p><strong>Full Changelog</strong>: <a href="https://github.com/google/error-prone/compare/v2.10.0...v2.11.0">https://github.com/google/error-prone/compare/v2.10.0...v2.11.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/64391535f7b0ee4d59f2435d2e12f42d561d2f1e"><code>6439153</code></a> Release Error Prone 2.11.0</li>
<li><a href="https://github.com/google/error-prone/commit/d33ab70f3efb1e44da70b8ebede1b445ef837295"><code>d33ab70</code></a> Add backreferences to b/216306810</li>
<li><a href="https://github.com/google/error-prone/commit/3f61879c68016da859908b979fbd4be22e0d734c"><code>3f61879</code></a> Decrease <code>TooManyParameters</code> default limit from 10 to 9.</li>
<li><a href="https://github.com/google/error-prone/commit/c2e14f24facfae7a0e38e78dd4005f25c7f4f8b4"><code>c2e14f2</code></a> Make <code>ASTHelpers.getSymbol(MethodInvocationTree)</code> and friends throw instead o...</li>
<li><a href="https://github.com/google/error-prone/commit/c18ae528a641b2f272db7e332bf0d601f7c63888"><code>c18ae52</code></a> Autofix all the AnnotationPosition findings in EP.</li>
<li><a href="https://github.com/google/error-prone/commit/4698c8e5f72c43d383b3824cd3e3d39a5ca69e4a"><code>4698c8e</code></a> intellij project files update</li>
<li><a href="https://github.com/google/error-prone/commit/f6a508fa6862df715cdd262dcb7ad7e5c8571b01"><code>f6a508f</code></a> Bump more deps.</li>
<li><a href="https://github.com/google/error-prone/commit/048a664a1d45b9b89534a133e9418cd3d3bd3921"><code>048a664</code></a> Document missing <code>itself</code> lock expression.</li>
<li><a href="https://github.com/google/error-prone/commit/fbaa55b54e79ef05ca7f69a4e5ff3f85d7ce897e"><code>fbaa55b</code></a> Update <code>OrphanedFormatString</code> to warn on <code>log("hello %s")</code></li>
<li><a href="https://github.com/google/error-prone/commit/e09ca6fcc8df2a63b890f19c3a45f8847f5e22f2"><code>e09ca6f</code></a> More version updates</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.10.0...v2.11.0">compare view</a></li>
</ul>
</details>
<br />
[](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 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>
Fixes #729
COPYBARA_INTEGRATE_REVIEW=#729 from google:dependabot/maven/com.google.errorprone-error_prone_annotations-2.11.0 77a2bb8
PiperOrigin-RevId: 4248660541 parent d52e308 commit 0198230Copy full SHA for 0198230
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments