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

   Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 19.0 
to 19.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/graphql-java/graphql-java/releases";>graphql-java's 
releases</a>.</em></p>
   <blockquote>
   <h2>19.1</h2>
   <p>This bug fix release was made to address a specific 
<code>NullPointerException</code> problem if consumers are explicitly setting 
the <code>ExecutionInput</code> to null</p>
   <p>See <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2908";>graphql-java/graphql-java#2908</a>
 for the code details.</p>
   <p>The other fixes are included because they are... well... fixes and where 
ready at the time.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Defaults Locale when calling validation by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2908";>graphql-java/graphql-java#2908</a></li>
   <li>Handles isDeprecated not being present in the json by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2910";>graphql-java/graphql-java#2910</a></li>
   <li>Fix typo in description of skip directive by <a 
href="https://github.com/acanda";><code>@​acanda</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2915";>graphql-java/graphql-java#2915</a></li>
   <li>Xuorig Fix PR - Edge case with GraphQLTypeReference and Schema 
Transforms by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2906";>graphql-java/graphql-java#2906</a></li>
   <li>Reduce calculation for fragments in ExecutableNormalizedOperation by <a 
href="https://github.com/dondonz";><code>@​dondonz</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2911";>graphql-java/graphql-java#2911</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/acanda";><code>@​acanda</code></a> made their 
first contribution in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2915";>graphql-java/graphql-java#2915</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/graphql-java/graphql-java/compare/v19.0...v19.1";>https://github.com/graphql-java/graphql-java/compare/v19.0...v19.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/9479cc0dab42a682df566a4b7197bb21b95c8de6";><code>9479cc0</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2911";>#2911</a>
 from graphql-java/benchmark_enf</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/9f8aaedd7448ac6e84e938fdc5845bf7585fe63c";><code>9f8aaed</code></a>
 Added test fore intersection</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/fb507ad5d87e95e6b48461f3588d756937820334";><code>fb507ad</code></a>
 Xuorig Fix PR - Edge case with GraphQLTypeReference and Schema Transforms (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2";>#2</a>...</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/dbc0476882e990332f01645ee14288398a109ae2";><code>dbc0476</code></a>
 Merge branch 'master' into benchmark_enf</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/faf633741ede904494d8939ee4b04d13293094a8";><code>faf6337</code></a>
 Fix typo in description of skip directive (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2915";>#2915</a>)</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/c7936eaa89060e6a8248c18d5ee5faf8d905a120";><code>c7936ea</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2910";>#2910</a>
 from graphql-java/harden_introspection_to_result</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/b710226f0a7bd73a7d5f8b01fe4674e6febddd04";><code>b710226</code></a>
 Add smaller set first optimisation</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/4256831503a735a83e060475e6d91fe5b45eb8e5";><code>4256831</code></a>
 Cheaper calculation for narrowing down possible objects in ENO</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/5831bc461d56c2b610d6854b65c2de961adcec17";><code>5831bc4</code></a>
 Handles isDeprecated not being present in the json</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/49d012e7139202afca04996df9a03d766d654ac0";><code>49d012e</code></a>
 Defaults Locale when calling validation (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2908";>#2908</a>)</li>
   <li>See full diff in <a 
href="https://github.com/graphql-java/graphql-java/compare/v19.0...v19.1";>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=19.0&new-version=19.1)](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 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: dev-unsubscr...@isis.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to