-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit 078bd36
Bump auto-value-annotations from 1.7.4 to 1.7.5 in /factory
Bumps [auto-value-annotations](https://github.com/google/auto) from 1.7.4 to 1.7.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/auto/releases">auto-value-annotations's releases</a>.</em></p>
<blockquote>
<h2>AutoValue 1.7.5</h2>
<ul>
<li>Added <code>@ToPrettyString</code> for generating pretty <code>String</code> versions for AutoValue types. (9e9be9f)</li>
<li>AutoValue property builders can now have a single parameter which is passed to the constructor of the new builder. (f19117a)</li>
<li>AutoValue now copies annotations from type parameters of an <code>@autovalue</code> class to the subclass generated by the <code>@memoized</code> extension. (77de95c)</li>
<li>Avoid surprising behaviour when getters are prefixed and setters are not, and a property name begins with two capital letters. (1bfc3b5)</li>
<li>The methods returned by <code>BuilderContext.buildMethod()</code> and <code>.toBuilderMethods()</code> can be inherited. (f2cb224)</li>
<li>Fixed a bug which could lead to the same AutoValue extension being run more than once. (f40317a)</li>
<li>AutoAnnotationProcessor and AutoServiceProcessor no longer claim their annotations. (c27b527)</li>
<li><code>@AutoAnnotation</code> instances are now serializable. (7eb2d47)</li>
<li>Fully qualify <code>@OverRide</code> to avoid name conflicts (85af443)</li>
<li>AutoValue error messages now have short <code>[tags]</code> so they can be correlated by tools. (c6e35e6)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/auto/commit/ec513788499dbc31e36c724ca1aac3b689aa391a"><code>ec51378</code></a> Set version number for auto-value-parent to 1.7.5.</li>
<li><a href="https://github.com/google/auto/commit/f14d633a2b619a512b4fbbbcab931d2720a5a626"><code>f14d633</code></a> Reduce the number of warnings from <code>CompileWithEclipseTest</code>.</li>
<li><a href="https://github.com/google/auto/commit/e5368f733ec98693b972393dab84f6e2694b6022"><code>e5368f7</code></a> Add a <code>@CopyAnnotations</code> to an <code>AutoValueTest</code> class to suppress warnings in ...</li>
<li><a href="https://github.com/google/auto/commit/59ca13782c364ccec251d1aa0bfe6934a301df4d"><code>59ca137</code></a> Bump guava from 30.1-jre to 30.1.1-jre in /factory</li>
<li><a href="https://github.com/google/auto/commit/db49dd1387b99e402b9795ff1451b4b58a5d534b"><code>db49dd1</code></a> Bump guava.version from 30.1-jre to 30.1.1-jre in /common</li>
<li><a href="https://github.com/google/auto/commit/5267864adce86a6d23acc5b6837e9039a54a696d"><code>5267864</code></a> Bump guava.version from 30.1-jre to 30.1.1-jre in /service</li>
<li><a href="https://github.com/google/auto/commit/21c63342f9e05ef65ef7e182051f2d616cf52d12"><code>21c6334</code></a> Bump guava.version from 30.1-jre to 30.1.1-jre in /value</li>
<li><a href="https://github.com/google/auto/commit/6dd9ae539a74d602267050ccc316c2af8090a479"><code>6dd9ae5</code></a> Update a JUnit dependency version.</li>
<li><a href="https://github.com/google/auto/commit/af23e84de5be7169e45d6cadd7e8c4478f7b5560"><code>af23e84</code></a> Restructure PropertyBuilderClassifier to use more general types.</li>
<li><a href="https://github.com/google/auto/commit/89c0e53ca75ccf894d251a2223e5a18e4d6db2f7"><code>89c0e53</code></a> Sync "How do I..." between builders.md and builders-howto.md.</li>
<li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-value-1.7.4...auto-value-1.7.5">compare view</a></li>
</ul>
</details>
<br />
[](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 #1029
COPYBARA_INTEGRATE_REVIEW=#1029 from google:dependabot/maven/factory/com.google.auto.value-auto-value-annotations-1.7.5 c21a569
PiperOrigin-RevId: 3645724551 parent da67ad3 commit 078bd36Copy full SHA for 078bd36
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- factory
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
|
0 commit comments