aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-04 11:44:21 -0700
committerGoogle Java Core Libraries <java-libraries-firehose+copybara@google.com>2021-11-04 11:45:06 -0700
commit27f3297dd4598bd0bf1842a129b7b3690bee5647 (patch)
treebd7775579e6fa30997e8d5b8e4f7566aeb4a970b
parentd8083fded3f919a77be8ee3f68d23ce43e7d99a2 (diff)
downloadauto-27f3297dd4598bd0bf1842a129b7b3690bee5647.tar.gz
Bump auto-service-annotations from 1.0 to 1.0.1 in /value
Bumps [auto-service-annotations](https://github.com/google/auto) from 1.0 to 1.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/auto/releases">auto-service-annotations's releases</a>.</em></p> <blockquote> <h2>AutoFactory 1.0.1</h2> <ul> <li>Fixed Gradle incremental compilation. (8f17e4c4)</li> </ul> <h2>AutoCommon 1.0.1</h2> <ul> <li>Added some methods to allow annotation processors to use Streams functionality that is present in mainline Guava but not Android Guava. This can be useful if Android Guava might be on the processor path.</li> </ul> <h2>AutoService 1.0.1</h2> <ul> <li>AutoService no longer throws an exception for a missing service class. (d8083fde)</li> <li>Fixed a bug in AutoServiceProcessor that could lead to some services not being processed. (d4c865be)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/auto/commit/e057b8bcbd151556203573471c472605ce68f6e8"><code>e057b8b</code></a> Set version number for auto-common to 1.0.1.</li> <li><a href="https://github.com/google/auto/commit/15d49d9f3c0b2a782b03e16a80daf4f503943035"><code>15d49d9</code></a> Replace server Guava API usage with Android compatible alternatives.</li> <li><a href="https://github.com/google/auto/commit/64b9ecc8fa0279278c521a58c3878fdb43d1d6b2"><code>64b9ecc</code></a> Bump actions/cache from 2.1.5 to 2.1.6</li> <li><a href="https://github.com/google/auto/commit/7d3aa66ed4a4a419966e29ec9500779640e0a903"><code>7d3aa66</code></a> Implicitly exclude Kotlin <code>@Metadata</code> annotations from <code>@CopyAnnotations</code></li> <li><a href="https://github.com/google/auto/commit/2b77e449d269a73f43a9cc1d410854c473b026f2"><code>2b77e44</code></a> Bump kotlin.version from 1.5.0 to 1.5.10 in /value</li> <li><a href="https://github.com/google/auto/commit/acb0765e866ec9ef4dec69b0e6019616a5c3c820"><code>acb0765</code></a> Bump truth from 1.1.2 to 1.1.3 in /factory</li> <li><a href="https://github.com/google/auto/commit/7f8bd35b8a0ef0f78aef7057160f81f9175a0763"><code>7f8bd35</code></a> Bump truth from 1.1.2 to 1.1.3 in /common</li> <li><a href="https://github.com/google/auto/commit/d48209755a3417d8f87f3b91d0ea524057b3ded9"><code>d482097</code></a> Bump truth from 1.1.2 to 1.1.3 in /service</li> <li><a href="https://github.com/google/auto/commit/31eeb6764894de6d6d383652366527750366e7d5"><code>31eeb67</code></a> Bump truth.version from 1.1.2 to 1.1.3 in /value</li> <li><a href="https://github.com/google/auto/commit/54baeb3e4ffbf1a4ad403c3386eaf462620fe6a1"><code>54baeb3</code></a> Update an AutoValue test to the newer compile-testing API.</li> <li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-value-1.0...auto-common-1.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.auto.service:auto-service-annotations&package-manager=maven&previous-version=1.0&new-version=1.0.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 #1196 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1196 from google:dependabot/maven/value/com.google.auto.service-auto-service-annotations-1.0.1 c100e469dabe1917010bf6e38505c8a9bd848dcc PiperOrigin-RevId: 407632903
-rw-r--r--value/processor/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/value/processor/pom.xml b/value/processor/pom.xml
index 71ed0219..e2548a94 100644
--- a/value/processor/pom.xml
+++ b/value/processor/pom.xml
@@ -41,7 +41,7 @@
</scm>
<properties>
- <auto-service.version>1.0</auto-service.version>
+ <auto-service.version>1.0.1</auto-service.version>
<errorprone.version>2.9.0</errorprone.version>
</properties>