wildfly-extras / wildfly-graphql-feature-pack

5 stars 6 forks source link

Bump graphql-java from 19.0 to 20.2 #127

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps graphql-java from 19.0 to 20.2.

Release notes

Sourced from graphql-java's releases.

20.2

This is a security bugfix release containing #3148, which adds a limit to the number of characters used in an operation.

There are no breaking changes in this release.

What's Changed

Full Changelog: https://github.com/graphql-java/graphql-java/compare/v20.1...v20.2

20.1

This is a feature and bugfix release. There are no breaking changes in this release. This release continues to use Java 8.

Thanks to everyone in the community for helping us with this release. Thanks for your PRs, issues, and discussions!

Security fix

This release includes a security fix #3112 which adds a limit to the depth of grammar rules, to prevent stack overflow.

Highlights

#3095 improves resiliency to class loader problems with LambdaMetafactory.

#3049 adds an extensions builder and merger.

Release policy

We have formalised our release schedule to give the community a better idea of when to expect releases, what will be contained within them, and when important fixes will be backported. See the full details at https://www.graphql-java.com/blog/release-policy

What's Changed

... (truncated)

Commits
  • fabc3e0 Merge pull request #3148 from graphql-java/limit-characters-to-parse
  • 85765bf Merge pull request #3154 from gnawf/fix-applied-argument-deleted-on-field
  • 836b54b Fix applied argument deleted on field
  • 6a4744d Merge pull request #3151 from graphql-java/show_test_failures_in_builds
  • 0a8ef53 This has a listener to show what tests failed - better types
  • 3d1a208 This has a listener to show what tests failed - @​ignored
  • d89882f This has a listener to show what tests failed
  • 042f3a2 Merge pull request #3150 from gnawf/fix-argument-added
  • df57642 Fix argument added to new type
  • ceb63c7 Have a limit on how many characters are presented to the Parser- tweaked test...
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.