Skip to content

Commit

Permalink
Bump error_prone_annotations from 2.15.0 to 2.16
Browse files Browse the repository at this point in the history
Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.15.0 to 2.16.
<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.16.0</h2>
<p>New Checkers:</p>
<ul>
<li><a href="https://errorprone.info/bugpattern/ASTHelpersSuggestions"><code>ASTHelpersSuggestions</code></a></li>
<li><a href="https://errorprone.info/bugpattern/CanIgnoreReturnValueSuggester"><code>CanIgnoreReturnValueSuggester</code></a></li>
<li><a href="https://errorprone.info/bugpattern/LenientFormatStringValidation"><code>LenientFormatStringValidation</code></a></li>
<li><a href="https://errorprone.info/bugpattern/UnnecessarilyUsedValue"><code>UnnecessarilyUsedValue</code></a></li>
</ul>
<p>Fixed issues: <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2622">#2622</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2623">#2623</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2624">#2624</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2631">#2631</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2632">#2632</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2635">#2635</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2636">#2636</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2637">#2637</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2640">#2640</a>,<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/2642">#2642</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2643">#2643</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2645">#2645</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2648">#2648</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2650">#2650</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2651">#2651</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2653">#2653</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2654">#2654</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2655">#2655</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2656">#2656</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2658">#2658</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2659">#2659</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2660">#2660</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2661">#2661</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2662">#2662</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/2953">#2953</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/3044">#3044</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/3220">#3220</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/3225">#3225</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/3243">#3243</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/3267">#3267</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/3365">#3365</a>,<a href="https://github-redirect.dependabot.com/google/error-prone/issues/3441">#3441</a></p>
<p><strong>Full Changelog</strong>: <a href="https://github.com/google/error-prone/compare/v2.15.0...v2.16.0">https://github.com/google/error-prone/compare/v2.15.0...v2.16.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/b1dcc4c9fef5c4e601b0a8124432a9504930686f"><code>b1dcc4c</code></a> Release Error Prone 2.16</li>
<li><a href="https://github.com/google/error-prone/commit/643fe873b7ba52311870f91aecbdffdf640249b0"><code>643fe87</code></a> Add <code>ResultUsePolicy.UNSPECIFIED</code>.</li>
<li><a href="https://github.com/google/error-prone/commit/47f34a975313f870bd55c03e500ab75e177ca38b"><code>47f34a9</code></a> Internal Change.</li>
<li><a href="https://github.com/google/error-prone/commit/59eda396f48ef38f06446299be3c7e90142c3cb9"><code>59eda39</code></a> Compile Error Prone annotations artifact as Java 8</li>
<li><a href="https://github.com/google/error-prone/commit/bf5d25faec5efb91fabe3e41b034933c2780ed23"><code>bf5d25f</code></a> Fix minor error-message problems:</li>
<li><a href="https://github.com/google/error-prone/commit/e06811ffe4e917ac19096c4812314c2bcde9cb9a"><code>e06811f</code></a> Update ci.yml</li>
<li><a href="https://github.com/google/error-prone/commit/a66e8560f7b0cf494e6858883c32609630c4e7cf"><code>a66e856</code></a> Suggest more possible fixes for <code>CheckReturnValue</code> errors.</li>
<li><a href="https://github.com/google/error-prone/commit/266a16e98a43b3e5fbfc164b21c0c23270fc650c"><code>266a16e</code></a> Cleanup a test that was relying on <a href="https://bugs.openjdk.java.net/browse/JDK-8">https://bugs.openjdk.java.net/browse/JDK-8</a>...</li>
<li><a href="https://github.com/google/error-prone/commit/dd4b8dc52d6f8bef1a3aca2a2be0951a40711b0e"><code>dd4b8dc</code></a> Migrate ErrorProne docs to AndroidX</li>
<li><a href="https://github.com/google/error-prone/commit/0164cbc2423028e64e0eb1bc78e71b381137799d"><code>0164cbc</code></a> Adds tests and refactors existing tests for clarity.</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.15.0...v2.16">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.15.0&new-version=2.16)](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 #339

COPYBARA_INTEGRATE_REVIEW=#339 from google:dependabot/maven/com.google.errorprone-error_prone_annotations-2.16 e697fbb
PiperOrigin-RevId: 480664331
  • Loading branch information
dependabot[bot] authored and Compile-Testing Team committed Oct 12, 2022
1 parent d288d45 commit 1148d31
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 @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.15.0</version>
<version>2.16</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1148d31

Please sign in to comment.