Skip to content

Commit

Permalink
Bump errorprone.version from 2.7.1 to 2.8.0 in /value
Browse files Browse the repository at this point in the history
Bumps `errorprone.version` from 2.7.1 to 2.8.0.
Updates `error_prone_annotations` from 2.7.1 to 2.8.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.8.0</h2>
<p>New Checks:</p>
<ul>
<li><a href="https://errorprone.info/bugpattern/JUnit4TestsNotRunWithinEnclosed">JUnit4TestsNotRunWithinEnclosed</a></li>
<li><a href="https://errorprone.info/bugpattern/OptionalOfRedundantMethod">OptionalOfRedundantMethod</a></li>
<li><a href="https://errorprone.info/bugpattern/UnnecessaryAssignment">UnnecessaryAssignment</a></li>
<li><a href="https://errorprone.info/bugpattern/UnrecognisedJavadocTag">UnrecognisedJavadocTag</a></li>
<li><a href="https://errorprone.info/bugpattern/AnnotationMirrorToString">AnnotationMirrorToString</a></li>
<li><a href="https://errorprone.info/bugpattern/AnnotationValueToString">AnnotationValueToString</a></li>
<li><a href="https://errorprone.info/bugpattern/EqualsMissingNullable">EqualsMissingNullable</a></li>
<li><a href="https://errorprone.info/bugpattern/ReturnMissingNullable">ReturnMissingNullable</a></li>
</ul>
<p>Fixes <a href="https://github-redirect.dependabot.com/google/error-prone/issues/1652">#1652</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2122">#2122</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2122">#2122</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2366">#2366</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2404">#2404</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2411">#2411</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/42e4ad2db4c0e9aba032fe8902788d2bcab25d1f"><code>42e4ad2</code></a> Release Error Prone 2.8.0</li>
<li><a href="https://github.com/google/error-prone/commit/ba8b6bf99dbd0d34c694b77ce6daa5a4442a13ca"><code>ba8b6bf</code></a> Fix pom to meet sonatype requirements</li>
<li><a href="https://github.com/google/error-prone/commit/69b2b7155183a904c7f7567c214e364bc8978474"><code>69b2b71</code></a> Fix another refaster test on JDK 9+</li>
<li><a href="https://github.com/google/error-prone/commit/c9e9bd6f8a3d2a0ce6bce7af347ee95d956534af"><code>c9e9bd6</code></a> Remove ISSUE_TEMPLATE</li>
<li><a href="https://github.com/google/error-prone/commit/f50c2e558c1bdd1650ca3cb74f12750de222aa9f"><code>f50c2e5</code></a> Introduce <code>EqualsMissingNullable</code>.</li>
<li><a href="https://github.com/google/error-prone/commit/6c7a048c17470f17409586c808c57e61f85870c1"><code>6c7a048</code></a> Re-enable some refaster tests</li>
<li><a href="https://github.com/google/error-prone/commit/c6f8e195bb6b399823a69ec1b38f587466d12a85"><code>c6f8e19</code></a> Start using ASTHelpers#streamReceivers.</li>
<li><a href="https://github.com/google/error-prone/commit/cf22d2d00e6551f5ce3f32a459edeb1914a2f52f"><code>cf22d2d</code></a> Rollforward of <a href="https://github.com/google/error-prone/commit/e08936be2785e39f6">https://github.com/google/error-prone/commit/e08936be2785e39f6</a>...</li>
<li><a href="https://github.com/google/error-prone/commit/2b41cc9ebfe4a17cc29abf3640dd0ce0c9d2480c"><code>2b41cc9</code></a> Discourage <code>AnnotationMirror#toString</code> and <code>AnnotationValue#toString</code></li>
<li><a href="https://github.com/google/error-prone/commit/5a29a1a41c8a5821e2456ac086e28dbf8c9d913a"><code>5a29a1a</code></a> Report an error for uses of <code>@GuardedBy</code> members with unresolvable locks</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.7.1...v2.8.0">compare view</a></li>
</ul>
</details>
<br />

Updates `error_prone_type_annotations` from 2.7.1 to 2.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/error-prone/releases">error_prone_type_annotations's releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.8.0</h2>
<p>New Checks:</p>
<ul>
<li><a href="https://errorprone.info/bugpattern/JUnit4TestsNotRunWithinEnclosed">JUnit4TestsNotRunWithinEnclosed</a></li>
<li><a href="https://errorprone.info/bugpattern/OptionalOfRedundantMethod">OptionalOfRedundantMethod</a></li>
<li><a href="https://errorprone.info/bugpattern/UnnecessaryAssignment">UnnecessaryAssignment</a></li>
<li><a href="https://errorprone.info/bugpattern/UnrecognisedJavadocTag">UnrecognisedJavadocTag</a></li>
<li><a href="https://errorprone.info/bugpattern/AnnotationMirrorToString">AnnotationMirrorToString</a></li>
<li><a href="https://errorprone.info/bugpattern/AnnotationValueToString">AnnotationValueToString</a></li>
<li><a href="https://errorprone.info/bugpattern/EqualsMissingNullable">EqualsMissingNullable</a></li>
<li><a href="https://errorprone.info/bugpattern/ReturnMissingNullable">ReturnMissingNullable</a></li>
</ul>
<p>Fixes <a href="https://github-redirect.dependabot.com/google/error-prone/issues/1652">#1652</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2122">#2122</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2122">#2122</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2366">#2366</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2404">#2404</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2411">#2411</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/42e4ad2db4c0e9aba032fe8902788d2bcab25d1f"><code>42e4ad2</code></a> Release Error Prone 2.8.0</li>
<li><a href="https://github.com/google/error-prone/commit/ba8b6bf99dbd0d34c694b77ce6daa5a4442a13ca"><code>ba8b6bf</code></a> Fix pom to meet sonatype requirements</li>
<li><a href="https://github.com/google/error-prone/commit/69b2b7155183a904c7f7567c214e364bc8978474"><code>69b2b71</code></a> Fix another refaster test on JDK 9+</li>
<li><a href="https://github.com/google/error-prone/commit/c9e9bd6f8a3d2a0ce6bce7af347ee95d956534af"><code>c9e9bd6</code></a> Remove ISSUE_TEMPLATE</li>
<li><a href="https://github.com/google/error-prone/commit/f50c2e558c1bdd1650ca3cb74f12750de222aa9f"><code>f50c2e5</code></a> Introduce <code>EqualsMissingNullable</code>.</li>
<li><a href="https://github.com/google/error-prone/commit/6c7a048c17470f17409586c808c57e61f85870c1"><code>6c7a048</code></a> Re-enable some refaster tests</li>
<li><a href="https://github.com/google/error-prone/commit/c6f8e195bb6b399823a69ec1b38f587466d12a85"><code>c6f8e19</code></a> Start using ASTHelpers#streamReceivers.</li>
<li><a href="https://github.com/google/error-prone/commit/cf22d2d00e6551f5ce3f32a459edeb1914a2f52f"><code>cf22d2d</code></a> Rollforward of <a href="https://github.com/google/error-prone/commit/e08936be2785e39f6">https://github.com/google/error-prone/commit/e08936be2785e39f6</a>...</li>
<li><a href="https://github.com/google/error-prone/commit/2b41cc9ebfe4a17cc29abf3640dd0ce0c9d2480c"><code>2b41cc9</code></a> Discourage <code>AnnotationMirror#toString</code> and <code>AnnotationValue#toString</code></li>
<li><a href="https://github.com/google/error-prone/commit/5a29a1a41c8a5821e2456ac086e28dbf8c9d913a"><code>5a29a1a</code></a> Report an error for uses of <code>@GuardedBy</code> members with unresolvable locks</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.7.1...v2.8.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 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 #1138

COPYBARA_INTEGRATE_REVIEW=#1138 from google:dependabot/maven/value/errorprone.version-2.8.0 7f6aa3f
PiperOrigin-RevId: 386693475
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Jul 25, 2021
1 parent bc250f6 commit 3e1a318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion value/processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<properties>
<auto-service.version>1.0</auto-service.version>
<errorprone.version>2.7.1</errorprone.version>
<errorprone.version>2.8.0</errorprone.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3e1a318

Please sign in to comment.