Skip to content

Bump versions.autoValueMoshi from 0.4.3 to 0.4.7#2

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/versions.autoValueMoshi-0.4.7
Open

Bump versions.autoValueMoshi from 0.4.3 to 0.4.7#2
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/versions.autoValueMoshi-0.4.7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 21, 2021

Bumps versions.autoValueMoshi from 0.4.3 to 0.4.7.
Updates auto-value-moshi from 0.4.3 to 0.4.7

Changelog

Sourced from auto-value-moshi's changelog.

Version 0.4.7 (2019-08-05)

  • Fixes issue with missing classes in shaded jar. (#134)

Version 0.4.6 (2019-07-30)

  • Supports incremental annotation processing. (#113, #114)
  • Fixes an issue with how nullSafe is applied when using @Nullable constructor parameters. (#108)
  • @Nullable annotations are now copied to constructor. (#111)

Version 0.4.5 (2017-12-14)

Version 0.4.4 (2017-10-03)

  • Use getMethod() instead of getDeclaredMethod(). (#94)
  • Add support for generic types with JsonQualifiers (#92)
  • use annotationProcessor instead of apt for gradle (#91)
  • Only match on actual return type, not any parameterized type (#85)
  • Bump dependencies and include idea plugin (#84)
  • Call value method only once if property is nullable. (#81)
  • Set auto-service to compileOnly (#80)
Commits
  • ef6bcd7 Prepare for release 0.4.7
  • 1fd90ab Merge pull request #135 from rharter/rh/shadow
  • 90eb75c Moves av-annotations to implementation scope.
  • c13a628 Bumps auto-value to 1.6.5 an auto-service to 1.0-rc6.
  • 4230225 Fixes shading issue resulting in auto-common conflicts.
  • 26a329f Add Generated annotations to generated classes (#133)
  • fa52f9d Prepare next development version.
  • 1c31c32 Prepare for release 0.4.6
  • fdcd573 Use skipName rather than nextName when skipping entries (#129)
  • 7cf1c6c Merge pull request #127 from lcacheux/master
  • Additional commits viewable in compare view

Updates auto-value-moshi-annotations from 0.4.3 to 0.4.7

Changelog

Sourced from auto-value-moshi-annotations's changelog.

Version 0.4.7 (2019-08-05)

  • Fixes issue with missing classes in shaded jar. (#134)

Version 0.4.6 (2019-07-30)

  • Supports incremental annotation processing. (#113, #114)
  • Fixes an issue with how nullSafe is applied when using @Nullable constructor parameters. (#108)
  • @Nullable annotations are now copied to constructor. (#111)

Version 0.4.5 (2017-12-14)

Version 0.4.4 (2017-10-03)

  • Use getMethod() instead of getDeclaredMethod(). (#94)
  • Add support for generic types with JsonQualifiers (#92)
  • use annotationProcessor instead of apt for gradle (#91)
  • Only match on actual return type, not any parameterized type (#85)
  • Bump dependencies and include idea plugin (#84)
  • Call value method only once if property is nullable. (#81)
  • Set auto-service to compileOnly (#80)
Commits
  • ef6bcd7 Prepare for release 0.4.7
  • 1fd90ab Merge pull request #135 from rharter/rh/shadow
  • 90eb75c Moves av-annotations to implementation scope.
  • c13a628 Bumps auto-value to 1.6.5 an auto-service to 1.0-rc6.
  • 4230225 Fixes shading issue resulting in auto-common conflicts.
  • 26a329f Add Generated annotations to generated classes (#133)
  • fa52f9d Prepare next development version.
  • 1c31c32 Prepare for release 0.4.6
  • fdcd573 Use skipName rather than nextName when skipping entries (#129)
  • 7cf1c6c Merge pull request #127 from lcacheux/master
  • Additional commits viewable in compare view

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 commands and options

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2021
Bumps `versions.autoValueMoshi` from 0.4.3 to 0.4.7.

Updates `auto-value-moshi` from 0.4.3 to 0.4.7
- [Release notes](https://github.com/rharter/auto-value-moshi/releases)
- [Changelog](https://github.com/rharter/auto-value-moshi/blob/main/CHANGELOG.md)
- [Commits](rharter/auto-value-moshi@0.4.3...0.4.7)

Updates `auto-value-moshi-annotations` from 0.4.3 to 0.4.7
- [Release notes](https://github.com/rharter/auto-value-moshi/releases)
- [Changelog](https://github.com/rharter/auto-value-moshi/blob/main/CHANGELOG.md)
- [Commits](rharter/auto-value-moshi@0.4.3...0.4.7)

---
updated-dependencies:
- dependency-name: com.ryanharter.auto.value:auto-value-moshi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.ryanharter.auto.value:auto-value-moshi-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/versions.autoValueMoshi-0.4.7 branch from b0e58d6 to c17b196 Compare January 16, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants