JacobMountain / graphql-java-client

A Java GraphQL client annotation processor, generate a client class from a GraphQL schema file, and a Java interface
https://jacobmountain.github.io/graphql-java-client/#/
MIT License
1 stars 0 forks source link

Bump spqr from 0.11.1 to 0.11.2 #101

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 3 years ago

Bumps spqr from 0.11.1 to 0.11.2.

Release notes

Sourced from spqr's releases.

graphql-spqr-v0.11.2 :: Bugfix release

[0.11.2] - 2021-03-21

Added

  • Make it easy to customize how Executables are created #383

Changed

  • Improve GraphQLSchemaGenerator API and JavaDoc #384

Fixed

  • Support for @JsonTypeInfo #353
  • [Breaking] Bring MapToListTypeAdapter in line with the other adapters #382
Changelog

Sourced from spqr's changelog.

[0.11.2] - 2021-03-21

Added

  • Make it easy to customize how Executables are created #383

Changed

  • Improve GraphQLSchemaGenerator API and JavaDoc #384

Fixed

  • Support for @JsonTypeInfo #353
  • [Breaking] Bring MapToListTypeAdapter in line with the other adapters #382
Commits


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[bot] commented 1 year ago

Superseded by #171.