Commit 995868a
authored
Bump error-prone from 2.43.0 to 2.44.0 (#371)
Bumps `error-prone` from 2.43.0 to 2.44.0.
Updates `com.google.errorprone:error_prone_annotations` from 2.43.0 to
2.44.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.44.0</h2>
<p>Changes</p>
<ul>
<li>The default severity for <a
href="https://errorprone.info/bugpattern/LabelledBreakTarget"><code>LabelledBreakTarget</code></a>
is now an error</li>
<li>Update dependency on Guava (<a
href="https://redirect.github.com/google/error-prone/issues/5108">#5108</a>)</li>
</ul>
<p>Closed issues: <a
href="https://redirect.github.com/google/error-prone/issues/5218">#5218</a>,
<a
href="https://redirect.github.com/google/error-prone/issues/5278">#5278</a></p>
<p>Full changelog: <a
href="https://github.com/google/error-prone/compare/v2.43.0...v2.44.0">https://github.com/google/error-prone/compare/v2.43.0...v2.44.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/error-prone/commit/4016e04d1e95b60cebc737d39b913fca45099226"><code>4016e04</code></a>
Release Error Prone 2.44.0</li>
<li><a
href="https://github.com/google/error-prone/commit/8255d1ea5a290956f0f3252fae3901f5ea2941db"><code>8255d1e</code></a>
Avoid overlaps in UnnecessaryAsync fixes</li>
<li><a
href="https://github.com/google/error-prone/commit/4c0f01ba8a09ac05e61d02333e9b54d0707f6c39"><code>4c0f01b</code></a>
Report InvalidLink diagnostics for links that are so invalid they crash
javac</li>
<li><a
href="https://github.com/google/error-prone/commit/b5690c9aa4f7bc99883ccad02aeb2a667c202162"><code>b5690c9</code></a>
Refresh Java8ApiChecker diff</li>
<li><a
href="https://github.com/google/error-prone/commit/54ed3d8ba302fe9aa6c6c0dd8aafa74f9b9f867a"><code>54ed3d8</code></a>
Finalise removing GuardedByFlags.</li>
<li><a
href="https://github.com/google/error-prone/commit/bc26f7bf41cc2bc2a38c0363b7c6c4bd13614c7b"><code>bc26f7b</code></a>
TruthConstantAsserts: treat static identifiers as constants.</li>
<li><a
href="https://github.com/google/error-prone/commit/7692fb41804e87985527893f57afebe1877b7d6a"><code>7692fb4</code></a>
Rollforward of <a
href="https://github.com/google/error-prone/commit/3272246036db6fc15">https://github.com/google/error-prone/commit/3272246036db6fc15</a>...</li>
<li><a
href="https://github.com/google/error-prone/commit/9c5f72538c1e7710a5ac2f2bcf1a41d57d362e58"><code>9c5f725</code></a>
Optimize snippet logic</li>
<li><a
href="https://github.com/google/error-prone/commit/b0637112e9d7a582d15b21d79bd18087340aaab0"><code>b063711</code></a>
Improve <code>TruthConstantAsserts</code> to detect more constant-like
expressions.</li>
<li><a
href="https://github.com/google/error-prone/commit/de35cc90881627da9e0d8bdbe232256f90ec6a6d"><code>de35cc9</code></a>
Automated rollback of commit
09c78e01573334cee793b67346ca0f3175fd47a3.</li>
<li>Additional commits viewable in <a
href="https://github.com/google/error-prone/compare/v2.43.0...v2.44.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `com.google.errorprone:error_prone_core` from 2.43.0 to 2.44.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.44.0</h2>
<p>Changes</p>
<ul>
<li>The default severity for <a
href="https://errorprone.info/bugpattern/LabelledBreakTarget"><code>LabelledBreakTarget</code></a>
is now an error</li>
<li>Update dependency on Guava (<a
href="https://redirect.github.com/google/error-prone/issues/5108">#5108</a>)</li>
</ul>
<p>Closed issues: <a
href="https://redirect.github.com/google/error-prone/issues/5218">#5218</a>,
<a
href="https://redirect.github.com/google/error-prone/issues/5278">#5278</a></p>
<p>Full changelog: <a
href="https://github.com/google/error-prone/compare/v2.43.0...v2.44.0">https://github.com/google/error-prone/compare/v2.43.0...v2.44.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/error-prone/commit/4016e04d1e95b60cebc737d39b913fca45099226"><code>4016e04</code></a>
Release Error Prone 2.44.0</li>
<li><a
href="https://github.com/google/error-prone/commit/8255d1ea5a290956f0f3252fae3901f5ea2941db"><code>8255d1e</code></a>
Avoid overlaps in UnnecessaryAsync fixes</li>
<li><a
href="https://github.com/google/error-prone/commit/4c0f01ba8a09ac05e61d02333e9b54d0707f6c39"><code>4c0f01b</code></a>
Report InvalidLink diagnostics for links that are so invalid they crash
javac</li>
<li><a
href="https://github.com/google/error-prone/commit/b5690c9aa4f7bc99883ccad02aeb2a667c202162"><code>b5690c9</code></a>
Refresh Java8ApiChecker diff</li>
<li><a
href="https://github.com/google/error-prone/commit/54ed3d8ba302fe9aa6c6c0dd8aafa74f9b9f867a"><code>54ed3d8</code></a>
Finalise removing GuardedByFlags.</li>
<li><a
href="https://github.com/google/error-prone/commit/bc26f7bf41cc2bc2a38c0363b7c6c4bd13614c7b"><code>bc26f7b</code></a>
TruthConstantAsserts: treat static identifiers as constants.</li>
<li><a
href="https://github.com/google/error-prone/commit/7692fb41804e87985527893f57afebe1877b7d6a"><code>7692fb4</code></a>
Rollforward of <a
href="https://github.com/google/error-prone/commit/3272246036db6fc15">https://github.com/google/error-prone/commit/3272246036db6fc15</a>...</li>
<li><a
href="https://github.com/google/error-prone/commit/9c5f72538c1e7710a5ac2f2bcf1a41d57d362e58"><code>9c5f725</code></a>
Optimize snippet logic</li>
<li><a
href="https://github.com/google/error-prone/commit/b0637112e9d7a582d15b21d79bd18087340aaab0"><code>b063711</code></a>
Improve <code>TruthConstantAsserts</code> to detect more constant-like
expressions.</li>
<li><a
href="https://github.com/google/error-prone/commit/de35cc90881627da9e0d8bdbe232256f90ec6a6d"><code>de35cc9</code></a>
Automated rollback of commit
09c78e01573334cee793b67346ca0f3175fd47a3.</li>
<li>Additional commits viewable in <a
href="https://github.com/google/error-prone/compare/v2.43.0...v2.44.0">compare
view</a></li>
</ul>
</details>
<br />
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>1 parent 5b01a96 commit 995868a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments