aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-17 11:13:25 -0800
committerGoogle Java Core Libraries <java-libraries-firehose+copybara@google.com>2021-11-17 11:15:21 -0800
commit83436ccc69314fe5dcaf7b15b862580e9defb281 (patch)
treef0467049a77492fe95d9ed9ac4553c32807b3907
parentc7abcf71f4fa1ca999a642fb39b7f88ba7578a8b (diff)
downloadauto-83436ccc69314fe5dcaf7b15b862580e9defb281.tar.gz
Bump auto-common from 1.2 to 1.2.1 in /factory
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 #1205 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1205 from google:dependabot/maven/factory/com.google.auto-auto-common-1.2.1 3b8042c8a2c4e135c3b75f46b148aab4ef8decbc PiperOrigin-RevId: 410579030
-rw-r--r--factory/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/factory/pom.xml b/factory/pom.xml
index b7ad3c9c..ff6281b3 100644
--- a/factory/pom.xml
+++ b/factory/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>com.google.auto</groupId>
<artifactId>auto-common</artifactId>
- <version>1.2</version>
+ <version>1.2.1</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>