-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade AutoValue 1.10.2 -> 1.10.3 #752
Conversation
Suggested commit message:
|
Looks good. No mutations were possible for these changes. |
df8f6b6
to
5e8085e
Compare
Looks good. No mutations were possible for these changes. |
2 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
5e8085e
to
3c9e306
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Looks good. No mutations were possible for these changes. |
This PR contains the following updates:
1.10.2
->1.10.3
1.10.2
->1.10.3
Release Notes
google/auto (AutoValue)
v1.10.3
: AutoValue 1.10.3b21c7f4
)setX
method in aBuilder
or its return type is marked@Nullable
. Those methods always return theBuilder
instance, which is never null. (e5b4b54
)