Skip to content
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.3 -> 1.10.4 #784

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Conversation

Picnic-Bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
AutoValue (source) patch 1.10.3 -> 1.10.4
AutoValue (source) compile patch 1.10.3 -> 1.10.4

Release Notes

google/auto (AutoValue)

v1.10.4: AutoValue 1.10.4

  • A workaround for a JDK bug with reading jar resources has been extended so it always applies, rather than just as a fallback. See #​1572. (3f69cd2)
  • If an AutoValue property method is @Nullable, the corresponding field in the generated class will be too. This was already the case for TYPE_USE @Nullable or if the method had @CopyAnnotations, but now @Nullable will be copied in other cases too. (4506804)

  • If you want to rebase/retry this PR, check this box

@Picnic-Bot
Copy link
Contributor Author

Picnic-Bot commented Sep 9, 2023

Suggested commit message:

Upgrade AutoValue 1.10.3 -> 1.10.4 (#784)

See:
- https://github.com/google/auto/releases/tag/auto-value-1.10.4
- https://github.com/google/auto/compare/auto-value-1.10.3...auto-value-1.10.4

@Stephan202 Stephan202 added this to the 0.14.0 milestone Sep 9, 2023
@Picnic-Bot Picnic-Bot force-pushed the renovate/version.auto-value branch from 4d54a1e to b495794 Compare October 3, 2023 01:29
@rickie rickie force-pushed the renovate/version.auto-value branch from b495794 to e0204bf Compare October 3, 2023 14:32
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

Looks good. No mutations were possible for these changes.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rickie rickie merged commit 03fd050 into master Oct 3, 2023
17 checks passed
@rickie rickie deleted the renovate/version.auto-value branch October 3, 2023 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants