Skip to content

Commit

Permalink
Bump auto-common from 1.1 to 1.1.2 (#80)
Browse files Browse the repository at this point in the history
Bumps [auto-common](https://github.com/google/auto) from 1.1 to 1.1.2.
<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.1.2</h2>
<ul>
<li>Add <code>AnnotationMirrors.toString</code> and <code>AnnotationValues.toString</code> (00cb81ed)</li>
</ul>
<p>(The AutoCommon 1.1.1 release was incorrect and should not be used.)</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/auto/commit/3cd32f8b32d904d13cbcf3851183c159578b101b"><code>3cd32f8</code></a> Set version number for auto-common to 1.1.2.</li>
<li><a href="https://github.com/google/auto/commit/3e1a3182f63f3850efad64b61f5b1e2a9a7d148f"><code>3e1a318</code></a> Bump errorprone.version from 2.7.1 to 2.8.0 in /value</li>
<li><a href="https://github.com/google/auto/commit/bc250f6f57d190ecd57027b69b8146b912ee8150"><code>bc250f6</code></a> Simplify old GWT-handling code in AutoValue.</li>
<li><a href="https://github.com/google/auto/commit/df56d1878675cec6e3952d41c45c51ac8837517d"><code>df56d18</code></a> Add explicit casts to deficient numeric types</li>
<li><a href="https://github.com/google/auto/commit/22db69dff4ad60b4a752e8bd27f0d8e9f06fd38d"><code>22db69d</code></a> Bump auto-value-annotations from 1.8.1 to 1.8.2 in /factory</li>
<li><a href="https://github.com/google/auto/commit/e3a8b2b30e6bfa913a1e9f9aac23c7d19a80fc31"><code>e3a8b2b</code></a> Mark non-static non-abstract methods as final in the examples.</li>
<li><a href="https://github.com/google/auto/commit/00cb81ed0959a55eb671e89768934094ca0e5e6f"><code>00cb81e</code></a> Add support for printing <code>AnnotationValue</code>s and <code>AnnotationMirror</code>s</li>
<li><a href="https://github.com/google/auto/commit/04ebf9cf9acd8b92a6460bebccc8d4cfb30b938e"><code>04ebf9c</code></a> Bump kotlin.version from 1.5.20 to 1.5.21 in /value</li>
<li><a href="https://github.com/google/auto/commit/f09743cc4496c356671f8fff255ac7afdfaf7ad4"><code>f09743c</code></a> Annotate <code>com.google.auto.factory</code> for null hygiene.</li>
<li><a href="https://github.com/google/auto/commit/895a4d514fe0aa39a7d48973b6c95e2b3fde7542"><code>895a4d5</code></a> Internal change</li>
<li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-value-1.1...auto-common-1.1.2">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=gradle&previous-version=1.1&new-version=1.1.2)](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>

#80
  • Loading branch information
dependabot[bot] authored Jul 27, 2021
1 parent fd4029e commit aee7a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependabot-bridge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
dependencySync("com.google.accompanist:accompanist-coil:0.14.0")
dependencySync("com.google.auto.service:auto-service-annotations:1.0")
dependencySync("com.google.auto.service:auto-service:1.0")
dependencySync("com.google.auto:auto-common:1.1")
dependencySync("com.google.auto:auto-common:1.1.2")
dependencySync("com.google.dagger:dagger-compiler:2.38.1")
dependencySync("com.google.dagger:dagger:2.38.1")
dependencySync("com.jakewharton.timber:timber:4.7.1")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ codehaus-groovy-xml = { module = "org.codehaus.groovy:groovy-xml", version.ref =

google-accompanist-coil = "com.google.accompanist:accompanist-coil:0.14.0"

google-auto-common = "com.google.auto:auto-common:1.1"
google-auto-common = "com.google.auto:auto-common:1.1.2"

google-auto-service-annotations = "com.google.auto.service:auto-service-annotations:1.0"
google-auto-service-processor = "com.google.auto.service:auto-service:1.0"
Expand Down

0 comments on commit aee7a2b

Please sign in to comment.