Skip to content

Commit

Permalink
Bump error_prone_annotations from 2.8.0 to 2.9.0
Browse files Browse the repository at this point in the history
Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.8.0 to 2.9.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.9.0</h2>
<p>Release Error Prone 2.9.0</p>
<p>New checks:</p>
<ul>
<li>DeprecatedVariable</li>
<li>PublicApiNamedStreamShouldReturnStream</li>
</ul>
<p>Fixes <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2124">#2124</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2371">#2371</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2393">#2393</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2470">#2470</a></p>
<h2>Error Prone 2.8.1</h2>
<p>This release adds a new check (<a href="https://errorprone.info/bugpattern/LoopOverCharArray">LoopOverCharArray</a>), and a handful of other small improvements (<a href="https://github.com/google/error-prone/compare/v2.8.0...v2.8.1">https://github.com/google/error-prone/compare/v2.8.0...v2.8.1</a>).</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/0cfe2ad6cfc4b24086c9689d544e04126beed68b"><code>0cfe2ad</code></a> Release Error Prone 2.9.0</li>
<li><a href="https://github.com/google/error-prone/commit/b6e5831adf5948f2b1d4e036845c745832bdf841"><code>b6e5831</code></a> Work around another javac bug in InvalidLink</li>
<li><a href="https://github.com/google/error-prone/commit/7b03871cacf7f0760c636e85b62f483732dc13c6"><code>7b03871</code></a> Fix crashes / wrong suggestions in FloggerStringConcatenation</li>
<li><a href="https://github.com/google/error-prone/commit/43d34defed2d312b0dea3c46f7e42cbfa26d795e"><code>43d34de</code></a> Add <code>ReadableInstant.getMillis()</code> and <code>ReadableDuration.getMillis()</code> to `Retu...</li>
<li><a href="https://github.com/google/error-prone/commit/1511398572602918a2e29d749da2e693cbb55b84"><code>1511398</code></a> Updating the BugPattern summary for ConstantField to &quot;Field name is CONSTANT_...</li>
<li><a href="https://github.com/google/error-prone/commit/9e37e5cceb1b5f3572fad13034ca4c53930a49be"><code>9e37e5c</code></a> Add <code>Map.Entry</code> APIs to <code>ReturnValueIgnored</code> (currently flagged off).</li>
<li><a href="https://github.com/google/error-prone/commit/7844fe42738f31e067dddfbb314b352d6a74070f"><code>7844fe4</code></a> When generating docs, remove pages for deleted checkers</li>
<li><a href="https://github.com/google/error-prone/commit/4aad239fd18bdd8d74b392491cbc4e36ba692c96"><code>4aad239</code></a> Discourage public Foo stream() where Foo does <em>not</em> end with &quot;Stream&quot;</li>
<li><a href="https://github.com/google/error-prone/commit/ba12995ec8354778985b13d4a9c0c29c0be5cba5"><code>ba12995</code></a> Recognize <code>orElseThrow()</code> in some checks that handle <code>get()</code></li>
<li><a href="https://github.com/google/error-prone/commit/10ae8a162026272abe9c25c8c117164a1c0dace2"><code>10ae8a1</code></a> Remove DISALLOW_ARGUMENT_REUSE flag for InlineMe - we won't support re-using a</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.8.0...v2.9.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.8.0&new-version=2.9.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 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 google#903

COPYBARA_INTEGRATE_REVIEW=google#903 from google:dependabot/maven/com.google.errorprone-error_prone_annotations-2.9.0 680078b
PiperOrigin-RevId: 391985615
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Aug 20, 2021
1 parent ace6125 commit 8e5a76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit 8e5a76b

Please sign in to comment.