Skip to content

Bump wire-gradle-plugin from 3.7.0 to 4.3.0#43

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/com.squareup.wire-wire-gradle-plugin-4.3.0
Closed

Bump wire-gradle-plugin from 3.7.0 to 4.3.0#43
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/com.squareup.wire-wire-gradle-plugin-4.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps wire-gradle-plugin from 3.7.0 to 4.3.0.

Changelog

Sourced from wire-gradle-plugin's changelog.

Version 4.3.0

2022-03-24

  • New: reserved tags and names in enum types are now honoured by Wire.
  • Fix: max keyword is now correctly parsed for enum types.
  • Fix: Wire now writes minus double zeros and minus float zeros on proto3.
  • Fix: Wire doesn't write google wrappers types' identity values anymore.
  • Fix: CoreLoader correctly loads .proto files present in the resources of the project.
  • Fix: Propagate GrpcExceptions in GrpcCalls.
  • Fix: Change GrpcCall.isCanceled to honor OkHttp cancellations.

Version 4.2.0

2022-02-17

  • New: Publish a [bill of materials (BOM)][bom] for Wire. Depend on this from Gradle or Maven to keep all of your Wire artifacts on the same version, even if they're declared via transitive dependencies. You can even omit versions when declaring other Wire dependencies.

    dependencies {
      implementation(platform("com.squareup.wire:wire-bom:4.2.0"))
      implementation("com.squareup.wire:wire-compiler")      // No version!
      implementation("com.squareup.wire:wire-gradle-plugin") // No version!
      implementation("com.squareup.wire:wire-grpc-client")   // No version!
      // Etc.
    }

Version 4.1.1

2022-02-15

  • Fix: Print target name in ConsoleWireLogger.
  • Fix: Throw early when field or constant names start with a digit.
  • Update: Bumped SwiftPoet to 1.3.1.
  • Fix: Wire will not generate annotations for repeated options.

Version 4.1.0

2022-01-28

  • New: When using Wire JSON factories, you can now override the proto3 behavior of skipping default values when writing JSON. Set writeIdentityValues to true for either WireJsonAdapterFactory or WireTypeAdapterFactory to enable it.

... (truncated)

Commits
  • 10d7a5d Prepare for release 4.3.0.
  • d76f988 Use CoreLoader's classLoader asResourceFileSystem instead of FileSystem.RESOU...
  • 45075df Adds decoding step to our benchmarks (#2228)
  • 0bb3a3c Delete wire-library/.editorconfig
  • 972df6b Merge pull request #2226 from square/bquenaudon.2022-03-18.spotless
  • 76cb061 Merge pull request #2227 from square/bquenaudon.2022-03-18.formatted
  • 4fa01d8 Applied spotless to all repo
  • 639ebe8 Spotless config
  • 1619a84 Merge pull request #2224 from square/bquenaudon.2022-03-13.wrappers
  • abb89d9 Properly deal with identity values for wrapper types
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [wire-gradle-plugin](https://github.com/square/wire) from 3.7.0 to 4.3.0.
- [Release notes](https://github.com/square/wire/releases)
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@3.7.0...4.3.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2022

Dependabot tried to add @cortinico, @vbuberen and @MiSikora as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/esafirm/Chucker/pulls/43/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the esafirm/Chucker repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 28, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 13, 2022

Superseded by #57.

@dependabot dependabot bot closed this Jun 13, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.squareup.wire-wire-gradle-plugin-4.3.0 branch June 13, 2022 23:11
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants