dependabot[bot] opened a new pull request, #15128:
URL: https://github.com/apache/camel/pull/15128

   Bumps 
[com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) 
from 22.1 to 22.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/graphql-java/graphql-java/releases";>com.graphql-java:graphql-java's
 releases</a>.</em></p>
   <blockquote>
   <h2>22.2</h2>
   <p>This is a bugfix release. There are no breaking changes in this 
release.</p>
   <p>Thanks to everyone in the community for reporting issues and contributing 
bugfixes for this release! And happy birthday to GraphQL Java, who recently 
turned 9!</p>
   <h3>Key changes:</h3>
   <ul>
   <li>Bugfix for DataLoader dispatching which caused subscriptions to hang <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3673";>graphql-java/graphql-java#3673</a>.
 First reported to Spring for GraphQL <a 
href="https://redirect.github.com/spring-projects/spring-graphql/issues/1019";>spring-projects/spring-graphql#1019</a></li>
   <li>Improved <code>@oneOf</code> validation to run sooner in the validation 
phase <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3577";>graphql-java/graphql-java#3577</a>
 <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3580";>graphql-java/graphql-java#3580</a></li>
   <li>MultiSourceReader bugfix to handle different new line behaviour in Java 
16+, thanks <a href="https://github.com/gummybug";><code>@​gummybug</code></a> 
<a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3670";>graphql-java/graphql-java#3670</a></li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.16 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3606";>graphql-java/graphql-java#3606</a></li>
   <li>Bump net.bytebuddy:byte-buddy-agent from 1.14.15 to 1.14.16 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3604";>graphql-java/graphql-java#3604</a></li>
   <li>Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3605";>graphql-java/graphql-java#3605</a></li>
   <li>Better javadoc on beginFieldFetching by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3610";>graphql-java/graphql-java#3610</a></li>
   <li>nested nullable list validation bugfix by <a 
href="https://github.com/jbellenger";><code>@​jbellenger</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3599";>graphql-java/graphql-java#3599</a></li>
   <li>Adding missed properties on IncrementalExecutionResultImpl.Builder.from 
by <a href="https://github.com/Juliano-Prado";><code>@​Juliano-Prado</code></a> 
in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3593";>graphql-java/graphql-java#3593</a></li>
   <li>This provides validation on <a 
href="https://github.com/oneof";><code>@​oneof</code></a> input types during 
validation phase by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3577";>graphql-java/graphql-java#3577</a></li>
   <li>Bump net.bytebuddy:byte-buddy from 1.14.16 to 1.14.17 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3612";>graphql-java/graphql-java#3612</a></li>
   <li>Bump net.bytebuddy:byte-buddy-agent from 1.14.16 to 1.14.17 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3613";>graphql-java/graphql-java#3613</a></li>
   <li>This will validate <a 
href="https://github.com/oneOf";><code>@​oneOf</code></a> variable values when 
the variables are coerced by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3580";>graphql-java/graphql-java#3580</a></li>
   <li>Fix stale bot cache problem by <a 
href="https://github.com/dondonz";><code>@​dondonz</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3615";>graphql-java/graphql-java#3615</a></li>
   <li>Add option to redact token details from parser error messages by <a 
href="https://github.com/dondonz";><code>@​dondonz</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3618";>graphql-java/graphql-java#3618</a></li>
   <li>Make FetchedValue a public constructor by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3624";>graphql-java/graphql-java#3624</a></li>
   <li>AstPrinter: Empty types should not include braces <code>{}</code> by <a 
href="https://github.com/tinnou";><code>@​tinnou</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3619";>graphql-java/graphql-java#3619</a></li>
   <li>Add toString() implementations for RawVariables and CoercedVariables 
classes by <a 
href="https://github.com/oliverlockwood";><code>@​oliverlockwood</code></a> in 
<a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3629";>graphql-java/graphql-java#3629</a></li>
   <li>Small tweak allowed on Java 9 and later by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3635";>graphql-java/graphql-java#3635</a></li>
   <li>Subscription results keep in upstream order by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3574";>graphql-java/graphql-java#3574</a></li>
   <li>Start draining deferred results on subscription by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3634";>graphql-java/graphql-java#3634</a></li>
   <li>Fix builder return type and expose generic toSpecification by <a 
href="https://github.com/gnawf";><code>@​gnawf</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3642";>graphql-java/graphql-java#3642</a></li>
   <li>Bump io.projectreactor:reactor-core from 3.6.5 to 3.6.7 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3643";>graphql-java/graphql-java#3643</a></li>
   <li>Only use JetBrains nullability annotations by <a 
href="https://github.com/dondonz";><code>@​dondonz</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3644";>graphql-java/graphql-java#3644</a></li>
   <li>Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3653";>graphql-java/graphql-java#3653</a></li>
   <li>Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3654";>graphql-java/graphql-java#3654</a></li>
   <li>This introduces a Traversal Options to allow skipping the coercing of 
field arguments by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3651";>graphql-java/graphql-java#3651</a></li>
   <li>produce better exception for diffing bug by <a 
href="https://github.com/andimarek";><code>@​andimarek</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3655";>graphql-java/graphql-java#3655</a></li>
   <li>Add missing NamedNode interface to OperationDefinition by <a 
href="https://github.com/dondonz";><code>@​dondonz</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3646";>graphql-java/graphql-java#3646</a></li>
   <li>Fix bug with error handling in the defer execution code by <a 
href="https://github.com/felipe-gdr";><code>@​felipe-gdr</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3640";>graphql-java/graphql-java#3640</a></li>
   <li>Bump org.eclipse.jetty:jetty-server from 11.0.21 to 11.0.22 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3659";>graphql-java/graphql-java#3659</a></li>
   <li>Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 
by <a href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3660";>graphql-java/graphql-java#3660</a></li>
   <li>Bump io.projectreactor:reactor-core from 3.6.7 to 3.6.8 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3666";>graphql-java/graphql-java#3666</a></li>
   <li>Bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3664";>graphql-java/graphql-java#3664</a></li>
   <li>Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3665";>graphql-java/graphql-java#3665</a></li>
   <li>Bump net.bytebuddy:byte-buddy-agent from 1.14.17 to 1.14.18 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3667";>graphql-java/graphql-java#3667</a></li>
   <li>Fix MultiSourceReader compatibility with Java 16+ by <a 
href="https://github.com/gummybug";><code>@​gummybug</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3670";>graphql-java/graphql-java#3670</a></li>
   <li>Use static function to initialize a flag in MultiSourceReader by <a 
href="https://github.com/gummybug";><code>@​gummybug</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3671";>graphql-java/graphql-java#3671</a></li>
   <li>upgrade gradle to 8.9 by <a 
href="https://github.com/andimarek";><code>@​andimarek</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3672";>graphql-java/graphql-java#3672</a></li>
   <li>3662 - fixes dataloader dispatching during subscriptions by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3673";>graphql-java/graphql-java#3673</a></li>
   <li>upgrade gradle wrapper by <a 
href="https://github.com/andimarek";><code>@​andimarek</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3675";>graphql-java/graphql-java#3675</a></li>
   <li>Add missing directive definitions by <a 
href="https://github.com/dondonz";><code>@​dondonz</code></a> in <a 
href="https://redirect.github.com/graphql-java/graphql-java/pull/3656";>graphql-java/graphql-java#3656</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/9cc3538f3b13db50282d13bbbc8120814f6fe0f1";><code>9cc3538</code></a>
 Merge pull request <a 
href="https://redirect.github.com/graphql-java/graphql-java/issues/3676";>#3676</a>
 from graphql-java/schema-diffing-improve</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/ec8bafb0ef8931466b9ec52d59aa1c05bffb2c96";><code>ec8bafb</code></a>
 fix sorting</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/2ae14797cd2a1daf445df5fa09e22292baa4684e";><code>2ae1479</code></a>
 Merge pull request <a 
href="https://redirect.github.com/graphql-java/graphql-java/issues/3656";>#3656</a>
 from graphql-java/built-in-directive-definitions</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/5d10c1ad766a65a0f0c39b865fe8e61fe9ed2c4a";><code>5d10c1a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/graphql-java/graphql-java/issues/3675";>#3675</a>
 from graphql-java/update-gradle-wrapper</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/7eb938276adc0b396cd61be7c3ba02e74309d85f";><code>7eb9382</code></a>
 upgrade gradle wrapper</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/20f51e37b78b6c6fa92c10c021fa80986869c022";><code>20f51e3</code></a>
 Merge pull request <a 
href="https://redirect.github.com/graphql-java/graphql-java/issues/3673";>#3673</a>
 from graphql-java/3662-fix-dataloader-dispatching-in...</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/bd67c786914a40fa4426a8776d74d18661a2cc2c";><code>bd67c78</code></a>
 3662 - fixes dataloader dispatching during subscriptions</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/579c17442919af1c028fe4c2f93609b7213d5517";><code>579c174</code></a>
 Merge pull request <a 
href="https://redirect.github.com/graphql-java/graphql-java/issues/3672";>#3672</a>
 from graphql-java/upgrade-gradle-8.9</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/389a9b47da962db5f8b7805fa63a4f980b605520";><code>389a9b4</code></a>
 upgrade gradle to 8.9</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/4539e4298304f137d6b2bd2dcc9f16c1ebed3256";><code>4539e42</code></a>
 Merge pull request <a 
href="https://redirect.github.com/graphql-java/graphql-java/issues/3671";>#3671</a>
 from gummybug/msr-static</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graphql-java/graphql-java/compare/v22.1...v22.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.graphql-java:graphql-java&package-manager=maven&previous-version=22.1&new-version=22.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to