Skip to content

Commit

Permalink
Bump auto-value from 1.9 to 1.10
Browse files Browse the repository at this point in the history
Bumps [auto-value](https://github.com/google/auto) from 1.9 to 1.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/auto/releases">auto-value's releases</a>.</em></p>
<blockquote>
<h2>AutoValue 1.10</h2>
<ul>
<li>AutoBuilder is now stable and supported. (2e44a5327)
<ul>
<li>AutoBuilder now allows you to omit a Kotlin default parameter when building a Kotlin class. (d2f91bf32)</li>
<li>An <code>@autobuilder</code> class can now have <code>@AutoValue.CopyAnnotations</code> so annotations are copied from the class to its generated subclass. (3a15c8834)</li>
<li>The generated AutoBuilder class now has a &quot;copy constructor&quot; if values for the builder properties can be obtained from the built type. (b3b53a344)</li>
<li>AutoBuilder can now be used to build annotation implementations directly. (196c8100d)</li>
</ul>
</li>
<li>Fixed an issue when Serializable and Memoized extensions are used together. (e01968d16)</li>
<li><code>@AutoAnnotation</code> now has <code>CLASS</code> rather than <code>SOURCE</code> retention, making for better operation with Gradle incremental compilation. (34c3be569)</li>
<li><code>@AutoAnnotation</code> methods no longer need to be static. This makes it easier to use AutoAnnotation with Kotlin. (cf55dc644)</li>
<li>AutoValue and AutoBuilder builders now use bitmasks to track unset primitive properties, which will typically lead to smaller builder objects and faster build times. (b5d398977)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/auto/commit/e065d1918f96301b7c2214ace217a69ae6ba8fdd"><code>e065d19</code></a> Set version number for auto-value-parent to 1.10.</li>
<li><a href="https://github.com/google/auto/commit/0079f49b32d967ef81e5640bf45643936836e031"><code>0079f49</code></a> Bump asm from 9.3 to 9.4 in /value</li>
<li><a href="https://github.com/google/auto/commit/40284c7190cbeb9cd8b8dc10d46b93ac5b454ef7"><code>40284c7</code></a> Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1</li>
<li><a href="https://github.com/google/auto/commit/bd6926415e8836f326bd35401b027cdf82e353a8"><code>bd69264</code></a> Bump kotlin.version from 1.7.10 to 1.7.20 in /value</li>
<li><a href="https://github.com/google/auto/commit/c120217b637b4c7cec7918aa13da8d6af500f1b6"><code>c120217</code></a> Move the toBuilder and autoToBuilder from Foo.Builder to the Foo.</li>
<li><a href="https://github.com/google/auto/commit/14413dc9c7141d83988656461218726c9e7d679d"><code>14413dc</code></a> Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /factory</li>
<li><a href="https://github.com/google/auto/commit/7504e9269ee3fa5e39be0cdabbc7090d28a723ec"><code>7504e92</code></a> Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /value</li>
<li><a href="https://github.com/google/auto/commit/35f94748b77d32a0be595ef55e20ebc2457e8f04"><code>35f9474</code></a> Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /service</li>
<li><a href="https://github.com/google/auto/commit/182dff1f6c00ac23559d85268ad92e466a0fb86e"><code>182dff1</code></a> Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /common</li>
<li><a href="https://github.com/google/auto/commit/aebf49b0d7f660fe16c8545c896707f4e53e496f"><code>aebf49b</code></a> Bump gradle-test-kit from 7.5 to 7.5.1 in /value</li>
<li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-value-1.9...auto-value-1.10">compare view</a></li>
</ul>
</details>
<br />

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

COPYBARA_INTEGRATE_REVIEW=#338 from google:dependabot/maven/com.google.auto.value-auto-value-1.10 f8bec9a
PiperOrigin-RevId: 479582939
  • Loading branch information
dependabot[bot] authored and Compile-Testing Team committed Oct 7, 2022
1 parent 6be818d commit d288d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.9</version>
<version>1.10</version>
</dependency>
<dependency>
<groupId>com.google.auto</groupId>
Expand Down

0 comments on commit d288d45

Please sign in to comment.