aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-07 06:24:41 -0700
committerGoogle Java Core Libraries <java-libraries-firehose+copybara@google.com>2021-04-07 06:25:06 -0700
commitc996e890988bfe4031be6ee980c196821489a711 (patch)
tree92b85011df5ef0649bf061682883f40cab3a3a63
parent5748d71c63c3abaecd27f665fff8e44e65b94164 (diff)
downloadtruth-c996e890988bfe4031be6ee980c196821489a711.tar.gz
Bump auto-value-annotations from 1.7.5 to 1.8
Bumps [auto-value-annotations](https://github.com/google/auto) from 1.7.5 to 1.8. <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.8</h2> <ul> <li>The parameter of <code>equals(Object)</code> is annotated with <code>@Nullable</code> if any method signature mentions <code>@Nullable</code>. (4d01ce62)</li> <li>If an <code>@AutoOneOf</code> class has a <code>serialVersionUID</code> this is now copied to its generated subclasses. THIS BREAKS SERIAL COMPATIBILITY for <code>@AutoOneOf</code> classes with explicit <code>serialVersionUID</code> declarations, though those were already liable to be broken by arbitrary changes to the generated AutoOneOf code. (71d81210)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/auto/commit/6527ac97cf4989c2b2c6a3c3ae178a29950a6094"><code>6527ac9</code></a> Set version number for auto-value-parent to 1.8.</li> <li><a href="https://github.com/google/auto/commit/322cdae377de48c6cb124f3183e4470df31e7f30"><code>322cdae</code></a> Update dependencies on AutoService from 1.0-rc7 to 1.0.</li> <li><a href="https://github.com/google/auto/commit/24c986117474d0ec3f7e55825dbec79312a4e768"><code>24c9861</code></a> Update CI to cancel previous runs and to use v2 of setup-java.</li> <li><a href="https://github.com/google/auto/commit/89189f031e26d76255071dde86126d12085bfb50"><code>89189f0</code></a> Update dependencies on Auto Common from 0.11 to 1.0.</li> <li><a href="https://github.com/google/auto/commit/0f1dcc902ff6225bf8b2f3a991cc4810bb9dbcba"><code>0f1dcc9</code></a> Have AutoBuilder determine property names and types from the parameters of th...</li> <li><a href="https://github.com/google/auto/commit/09ec190cdaf488686c0423c30bcbcab567e56ee8"><code>09ec190</code></a> Use <code>${project.version}</code> as suggested by <a href="https://github.com/tbroyer"><code>@​tbroyer</code></a>.</li> <li><a href="https://github.com/google/auto/commit/a2f647f9d44174f502fb2f8a89a6c3a887ef14fe"><code>a2f647f</code></a> When building AutoValue, pick up AutoService via <code>\&lt;annotationProcessorPaths&gt;</code>.</li> <li><a href="https://github.com/google/auto/commit/2b5d8b8ee69ffff6fbf89e2dad725fad60eb41ab"><code>2b5d8b8</code></a> Move knowledge of getter methods from <code>BuilderMethodClassifier</code> to a new subc...</li> <li><a href="https://github.com/google/auto/commit/79d7e9c3d2487227ae1d803465a00ea7f4670b8c"><code>79d7e9c</code></a> Move the AutoBuilder tests for Kotlin data classes to a separate test class.</li> <li><a href="https://github.com/google/auto/commit/0076afb3825bd4d3b7ab77310855c2cc4a05813e"><code>0076afb</code></a> Initial prototype of <code>@AutoBuilder</code>.</li> <li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-value-1.7.5...auto-value-1.8">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-annotations&package-manager=maven&previous-version=1.7.5&new-version=1.8)](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 #850 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/truth/pull/850 from google:dependabot/maven/com.google.auto.value-auto-value-annotations-1.8 7c4339e9e876cef1e5248f6298a8d218fb3e3709 PiperOrigin-RevId: 367206989
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 00c8b85f..f0379353 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
<!-- Properties for multiple-artifact deps. -->
- <auto-value.version>1.7.5</auto-value.version>
+ <auto-value.version>1.8</auto-value.version>
<!--
We have a separate property for each flavor of Guava (instead of a shared
version without the -android and -jre suffixes) because that lets