Skip to content

Commit

Permalink
Bump autoservice.version from 1.0-rc6 to 1.0.1
Browse files Browse the repository at this point in the history
Bumps `autoservice.version` from 1.0-rc6 to 1.0.1.
Updates `auto-service` from 1.0-rc6 to 1.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/auto/releases">auto-service'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>
<h2>Auto Common 1.0</h2>
<p>This has only cosmetic differences from Auto Common 0.11, but we are updating the version number to indicate stability.</p>
<h2>AutoService 1.0</h2>
<ul>
<li><code>@autoservice</code> classes can now reference generic services and still pass <code>-Averify=true</code>. (afe607c3)</li>
<li>AutoServiceProcessor no longer claims the <code>@autoservice</code> annotation. (c27b527a)</li>
</ul>
<h2>AutoService 1.0-rc7</h2>
<ul>
<li>Use <code>CLASS</code> retention to support Gradle aggregating incremental annotation processors (28a2c79)</li>
<li>Set an Automatic-Module-Name. (61256c3)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/google/auto/commits/auto-common-1.0.1">compare view</a></li>
</ul>
</details>
<br />

Updates `auto-service-annotations` from 1.0-rc6 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>
<h2>Auto Common 1.0</h2>
<p>This has only cosmetic differences from Auto Common 0.11, but we are updating the version number to indicate stability.</p>
<h2>AutoService 1.0</h2>
<ul>
<li><code>@autoservice</code> classes can now reference generic services and still pass <code>-Averify=true</code>. (afe607c3)</li>
<li>AutoServiceProcessor no longer claims the <code>@autoservice</code> annotation. (c27b527a)</li>
</ul>
<h2>AutoService 1.0-rc7</h2>
<ul>
<li>Use <code>CLASS</code> retention to support Gradle aggregating incremental annotation processors (28a2c79)</li>
<li>Set an Automatic-Module-Name. (61256c3)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/google/auto/commits/auto-common-1.0.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 #2858

COPYBARA_INTEGRATE_REVIEW=#2858 from google:dependabot/maven/autoservice.version-1.0.1 55efca9
PiperOrigin-RevId: 424709860
  • Loading branch information
dependabot[bot] authored and Error Prone Team committed Jan 27, 2022
1 parent 9ef8f55 commit a1f40ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -32,7 +32,7 @@
<guava.version>31.0.1-jre</guava.version>
<gwt.version>2.8.2</gwt.version>
<truth.version>1.1.3</truth.version>
<autoservice.version>1.0-rc6</autoservice.version>
<autoservice.version>1.0.1</autoservice.version>
<autovalue.version>1.9</autovalue.version>
<junit.version>4.13.1</junit.version>
<dataflow.version>3.15.0</dataflow.version>
Expand Down

0 comments on commit a1f40ce

Please sign in to comment.