Bump errorprone.version from 2.6.0 to 2.7.1 in /value

Bumps `errorprone.version` from 2.6.0 to 2.7.1.
Updates `error_prone_annotations` from 2.6.0 to 2.7.1
<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.7.1</h2>
<p>Everything in <a href="https://github.com/google/error-prone/releases/tag/v2.7.0">Error Prone 2.7.0</a>, plus an <a href="https://github.com/google/error-prone/commit/ff07935205757a2eb8b6ef52af1751948752b6ab">additional fix for JDK 17</a>.</p>
<h2>Error Prone 2.7.0</h2>
<p>Changes</p>
<ul>
<li>Initial support for running on JDK 17 EA builds. Supports for Java 17 languages features is incomplete; <a href="https://github.com/google/error-prone/issues">bug reports</a> for issues with Java 17 are welcome.</li>
<li><a href="https://github.com/InlineMe"><code>@​InlineMe</code></a>` is a deprecation mechanism that allows automated tools to cleanup existing callers: <a href="http://errorprone.info/docs/inlineme">http://errorprone.info/docs/inlineme</a></li>
</ul>
<p>New checks:</p>
<ul>
<li><a href="http://errorprone.info/bugpattern/EqualsNull">EqualsNull</a></li>
<li><a href="http://errorprone.info/bugpattern/MissingBraces">MissingBraces</a></li>
<li><a href="http://errorprone.info/bugpattern/NullablePrimitiveArray">NullablePrimitiveArray</a></li>
<li><a href="http://errorprone.info/bugpattern/OptionalMapUnusedValue">OptionalMapUnusedValue</a></li>
<li><a href="http://errorprone.info/bugpattern/TestParametersNotInitialized">TestParametersNotInitialized</a></li>
</ul>
<p>Closed issues: <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2257">#2257</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2260">#2260</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2282">#2282</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2301">#2301</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2322">#2322</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2323">#2323</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2324">#2324</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/09262b80cbc736ab7e27635de5be811a39371ff3"><code>09262b8</code></a> Release Error Prone 2.7.1</li>
<li><a href="https://github.com/google/error-prone/commit/ff07935205757a2eb8b6ef52af1751948752b6ab"><code>ff07935</code></a> Improve JDK 17 support</li>
<li><a href="https://github.com/google/error-prone/commit/65a75c90dbd602719cc3b204d7e0421f0479e93c"><code>65a75c9</code></a> Enable <code>ReturnValueIgnored</code>-checking of <code>Collection</code>, <code>Iterable</code>, and `Iterat...</li>
<li><a href="https://github.com/google/error-prone/commit/0c6a76d4265e7806aec61e5d4391f88533a9058a"><code>0c6a76d</code></a> Fix a JDK 17 incompatibility</li>
<li><a href="https://github.com/google/error-prone/commit/1846d94843a90fec44452b2dae4c889783d4d579"><code>1846d94</code></a> Add tests for method invocation bug with the <code>Inliner</code>.</li>
<li><a href="https://github.com/google/error-prone/commit/8c6f73c125509b6c44aab82278630a03a30fb925"><code>8c6f73c</code></a> Fix a JDK 16-only test</li>
<li><a href="https://github.com/google/error-prone/commit/62d1bf7aeb02fa75c4e2b2dfbb7f04817638f433"><code>62d1bf7</code></a> Internal refactoring.</li>
<li><a href="https://github.com/google/error-prone/commit/5913d86975ed9a35fc673efb07df68efb38351b9"><code>5913d86</code></a> Update Error Prone CI to use JDK 16 as latest, and add 17-ea</li>
<li><a href="https://github.com/google/error-prone/commit/f6761ee812b903ce61a3dd7f48327ae2da05d98f"><code>f6761ee</code></a> Fix a JDK 16 incompatibility</li>
<li><a href="https://github.com/google/error-prone/commit/51b5c4d9f2e5917f6e2a877aeb77b5fe8d94d7bc"><code>51b5c4d</code></a> Fix some crashes involving records</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.6.0...v2.7.1">compare view</a></li>
</ul>
</details>
<br />

Updates `error_prone_type_annotations` from 2.6.0 to 2.7.1
<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.7.1</h2>
<p>Everything in <a href="https://github.com/google/error-prone/releases/tag/v2.7.0">Error Prone 2.7.0</a>, plus an <a href="https://github.com/google/error-prone/commit/ff07935205757a2eb8b6ef52af1751948752b6ab">additional fix for JDK 17</a>.</p>
<h2>Error Prone 2.7.0</h2>
<p>Changes</p>
<ul>
<li>Initial support for running on JDK 17 EA builds. Supports for Java 17 languages features is incomplete; <a href="https://github.com/google/error-prone/issues">bug reports</a> for issues with Java 17 are welcome.</li>
<li><a href="https://github.com/InlineMe"><code>@​InlineMe</code></a>` is a deprecation mechanism that allows automated tools to cleanup existing callers: <a href="http://errorprone.info/docs/inlineme">http://errorprone.info/docs/inlineme</a></li>
</ul>
<p>New checks:</p>
<ul>
<li><a href="http://errorprone.info/bugpattern/EqualsNull">EqualsNull</a></li>
<li><a href="http://errorprone.info/bugpattern/MissingBraces">MissingBraces</a></li>
<li><a href="http://errorprone.info/bugpattern/NullablePrimitiveArray">NullablePrimitiveArray</a></li>
<li><a href="http://errorprone.info/bugpattern/OptionalMapUnusedValue">OptionalMapUnusedValue</a></li>
<li><a href="http://errorprone.info/bugpattern/TestParametersNotInitialized">TestParametersNotInitialized</a></li>
</ul>
<p>Closed issues: <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2257">#2257</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2260">#2260</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2282">#2282</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2301">#2301</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2322">#2322</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2323">#2323</a>, <a href="https://github-redirect.dependabot.com/google/error-prone/issues/2324">#2324</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/09262b80cbc736ab7e27635de5be811a39371ff3"><code>09262b8</code></a> Release Error Prone 2.7.1</li>
<li><a href="https://github.com/google/error-prone/commit/ff07935205757a2eb8b6ef52af1751948752b6ab"><code>ff07935</code></a> Improve JDK 17 support</li>
<li><a href="https://github.com/google/error-prone/commit/65a75c90dbd602719cc3b204d7e0421f0479e93c"><code>65a75c9</code></a> Enable <code>ReturnValueIgnored</code>-checking of <code>Collection</code>, <code>Iterable</code>, and `Iterat...</li>
<li><a href="https://github.com/google/error-prone/commit/0c6a76d4265e7806aec61e5d4391f88533a9058a"><code>0c6a76d</code></a> Fix a JDK 17 incompatibility</li>
<li><a href="https://github.com/google/error-prone/commit/1846d94843a90fec44452b2dae4c889783d4d579"><code>1846d94</code></a> Add tests for method invocation bug with the <code>Inliner</code>.</li>
<li><a href="https://github.com/google/error-prone/commit/8c6f73c125509b6c44aab82278630a03a30fb925"><code>8c6f73c</code></a> Fix a JDK 16-only test</li>
<li><a href="https://github.com/google/error-prone/commit/62d1bf7aeb02fa75c4e2b2dfbb7f04817638f433"><code>62d1bf7</code></a> Internal refactoring.</li>
<li><a href="https://github.com/google/error-prone/commit/5913d86975ed9a35fc673efb07df68efb38351b9"><code>5913d86</code></a> Update Error Prone CI to use JDK 16 as latest, and add 17-ea</li>
<li><a href="https://github.com/google/error-prone/commit/f6761ee812b903ce61a3dd7f48327ae2da05d98f"><code>f6761ee</code></a> Fix a JDK 16 incompatibility</li>
<li><a href="https://github.com/google/error-prone/commit/51b5c4d9f2e5917f6e2a877aeb77b5fe8d94d7bc"><code>51b5c4d</code></a> Fix some crashes involving records</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.6.0...v2.7.1">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 #1092

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1092 from google:dependabot/maven/value/errorprone.version-2.7.1 42a439334918ba7e347a59b1bf247526c6bc5d8c
PiperOrigin-RevId: 374190017
1 file changed
tree: a708700f65e34aba8508cbfdc451ec846101d558
  1. .github/
  2. common/
  3. factory/
  4. service/
  5. util/
  6. value/
  7. .gitignore
  8. build-pom.xml
  9. CONTRIBUTING.md
  10. LICENSE
  11. README.md
README.md

Auto

Build Status

A collection of source code generators for Java.

Auto‽

Java is full of code that is mechanical, repetitive, typically untested and sometimes the source of subtle bugs. Sounds like a job for robots!

The Auto subprojects are a collection of code generators that automate those types of tasks. They create the code you would have written, but without the bugs.

Save time. Save code. Save sanity.

Subprojects

License

Copyright 2013 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.