Bump auto-common from 1.2 to 1.2.1 in /value

Bumps [auto-common](https://github.com/google/auto) from 1.2 to 1.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/auto/releases">auto-common's releases</a>.</em></p>
<blockquote>
<h2>AutoCommon 1.2.1</h2>
<ul>
<li>Remove usage of Guava 30 API (Comparators.min). (102506c3)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/auto/commit/ae5b0581600dcdd23748c8fcf12e91fba935d557"><code>ae5b058</code></a> Set version number for auto-common to 1.2.1.</li>
<li><a href="https://github.com/google/auto/commit/102506c383e4e8165a1d8e23247549915d3ebcfb"><code>102506c</code></a> Remove usage of Guava 30 API (Comparators.min).</li>
<li><a href="https://github.com/google/auto/commit/d6d9657feadae88134a6817df541796cf86a4356"><code>d6d9657</code></a> Bump errorprone.version from 2.9.0 to 2.10.0 in /value</li>
<li><a href="https://github.com/google/auto/commit/66c620dc6d2682222d08ace43541b9976f13b3f4"><code>66c620d</code></a> Bump auto-service from 1.0 to 1.0.1 in /value</li>
<li><a href="https://github.com/google/auto/commit/c219995e4742825ea8d8f248e09662664d88ae42"><code>c219995</code></a> Bump auto-service-annotations from 1.0 to 1.0.1 in /factory</li>
<li><a href="https://github.com/google/auto/commit/27f3297dd4598bd0bf1842a129b7b3690bee5647"><code>27f3297</code></a> Bump auto-service-annotations from 1.0 to 1.0.1 in /value</li>
<li><a href="https://github.com/google/auto/commit/d8083fded3f919a77be8ee3f68d23ce43e7d99a2"><code>d8083fd</code></a> Handle missing classes better in AutoService.</li>
<li><a href="https://github.com/google/auto/commit/ce31cc18c042bf64995f92d6ca917a94b1e419fb"><code>ce31cc1</code></a> Bump actions/checkout from 2.3.5 to 2.4.0</li>
<li><a href="https://github.com/google/auto/commit/0820e2e2a460bb42a15de190e4825e066a77f5ed"><code>0820e2e</code></a> Make it easier to make a step-builder for AutoValue.</li>
<li><a href="https://github.com/google/auto/commit/15c76191f79a2a26a9f914541a5c9ac4965dd0c7"><code>15c7619</code></a> Use Java 11's Optional.isEmpty() method in docs: <code>!optional.isPresent()</code> -&gt; `...</li>
<li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-value-1.2...auto-common-1.2.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.auto:auto-common&package-manager=maven&previous-version=1.2&new-version=1.2.1)](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 #1203

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1203 from google:dependabot/maven/value/com.google.auto-auto-common-1.2.1 dba819b3fda5f3af9e1317e9a49f631b6be98d91
PiperOrigin-RevId: 410579022
1 file changed
tree: 22d7a148ed301d96c8542e2c0d9b68936c7b91c3
  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.