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

Bump graphql-java from 18.0 to 18.1 #1378

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2022

Bumps graphql-java from 18.0 to 18.1.

Release notes

Sourced from graphql-java's releases.

18.1

This bug fix release contains an important fix

graphql-java/graphql-java#2773

The latest 18.0 version of graphql-java changed the way raw values are resolved to canonical values.

However this revealed a bug in MaxQueryXXX instrumentation where invalid values (null being present for non nullable input values) caused an exception rather than generating a graphql error. This is not a behavior we intended.

The bug is only present if you use graphql.analysis.MaxQueryDepthInstrumentation and graphql.analysis.MaxQueryDepthInstrumentation

What's Changed

New Contributors

Full Changelog: graphql-java/graphql-java@v18.0...v18.1

Commits
  • b424f98 Max query depth called later in beginExecuteOperation (#2773)
  • 7086a3e Make some static fields final (#2803)
  • 5e7d856 Fix AstPrinter to print field descriptions (#2808)
  • a9a8a29 Make some inner classes static (#2804)
  • 12c7c4e Use jetbrains annotations (#2801)
  • 9bf8487 Fix instances of incorrectly sized Maps and Sets (#2798)
  • 2c39728 Add missing annotations in DelegatingDataFetchingEnvironment (#2797)
  • 66595fa Add ParserOption to ignore single-line comments (#2788)
  • 2148cdf Variable document compilation now handles enums properly AND also that some v...
  • e95283f GraphQL Specification link updated (#2785)
  • 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 [graphql-java](https://github.com/graphql-java/graphql-java) from 18.0 to 18.1.
- [Release notes](https://github.com/graphql-java/graphql-java/releases)
- [Commits](graphql-java/graphql-java@v18.0...v18.1)

---
updated-dependencies:
- dependency-name: com.graphql-java:graphql-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 3, 2022
@phillip-kruger phillip-kruger added this to the 2.0.0 milestone May 6, 2022
@phillip-kruger phillip-kruger merged commit 3f7a7ab into main May 6, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.graphql-java-graphql-java-18.1 branch May 6, 2022 03:16
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.

1 participant