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

   Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 18.0 
to 18.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>18.1</h2>
   <p>This bug fix release contains an important fix</p>
   <p><a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2773";>graphql-java/graphql-java#2773</a></p>
   <p>The latest 18.0 version of graphql-java changed the way raw values are 
resolved to canonical values.</p>
   <p>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.</p>
   <p>The bug is only present if you use 
<code>graphql.analysis.MaxQueryDepthInstrumentation</code> and 
<code>graphql.analysis.MaxQueryDepthInstrumentation</code></p>
   <h2>What's Changed</h2>
   <ul>
   <li>Make public static fields immutable in ScalarInfo by <a 
href="https://github.com/kilink";><code>@​kilink</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2770";>graphql-java/graphql-java#2770</a></li>
   <li>Improve NonNullableValueCoercedAsNullException message by <a 
href="https://github.com/dondonz";><code>@​dondonz</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2774";>graphql-java/graphql-java#2774</a></li>
   <li>Make public static fields immutable in DirectiveInfo by <a 
href="https://github.com/kilink";><code>@​kilink</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2781";>graphql-java/graphql-java#2781</a></li>
   <li>Replace usage of Stack with Deque / ArrayDeque by <a 
href="https://github.com/kilink";><code>@​kilink</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2780";>graphql-java/graphql-java#2780</a></li>
   <li>Fix argument / format string mismatches by <a 
href="https://github.com/kilink";><code>@​kilink</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2779";>graphql-java/graphql-java#2779</a></li>
   <li>Fixing the missing description for enum values for introspection to 
schema conversion by <a 
href="https://github.com/ashpak-shaikh";><code>@​ashpak-shaikh</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2778";>graphql-java/graphql-java#2778</a></li>
   <li>Fix <code>TypeRuntimeWiring.enumValues()</code> error message by <a 
href="https://github.com/martinbonnin";><code>@​martinbonnin</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2782";>graphql-java/graphql-java#2782</a></li>
   <li>GraphQL Specification link updated by <a 
href="https://github.com/firatkucuk";><code>@​firatkucuk</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2785";>graphql-java/graphql-java#2785</a></li>
   <li>Variable document compilation now handles enums properly AND also null 
input values by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2784";>graphql-java/graphql-java#2784</a></li>
   <li>Add ParserOption to ignore single-line comments by <a 
href="https://github.com/jord1e";><code>@​jord1e</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2788";>graphql-java/graphql-java#2788</a></li>
   <li>Add missing annotations in DelegatingDataFetchingEnvironment by <a 
href="https://github.com/kilink";><code>@​kilink</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2797";>graphql-java/graphql-java#2797</a></li>
   <li>Fix instances of incorrectly sized Maps and Sets by <a 
href="https://github.com/kilink";><code>@​kilink</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2798";>graphql-java/graphql-java#2798</a></li>
   <li>Use jetbrains annotations by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2801";>graphql-java/graphql-java#2801</a></li>
   <li>Make some inner classes static by <a 
href="https://github.com/kilink";><code>@​kilink</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2804";>graphql-java/graphql-java#2804</a></li>
   <li>Fix <code>AstPrinter</code> to print field descriptions by <a 
href="https://github.com/david-castaneda";><code>@​david-castaneda</code></a> in 
<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2808";>graphql-java/graphql-java#2808</a></li>
   <li>Make some static fields final by <a 
href="https://github.com/kilink";><code>@​kilink</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2803";>graphql-java/graphql-java#2803</a></li>
   <li>Max query depth called later in beginExecuteOperation by <a 
href="https://github.com/bbakerman";><code>@​bbakerman</code></a> in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2773";>graphql-java/graphql-java#2773</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/kilink";><code>@​kilink</code></a> made their 
first contribution in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2770";>graphql-java/graphql-java#2770</a></li>
   <li><a 
href="https://github.com/ashpak-shaikh";><code>@​ashpak-shaikh</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2778";>graphql-java/graphql-java#2778</a></li>
   <li><a 
href="https://github.com/martinbonnin";><code>@​martinbonnin</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2782";>graphql-java/graphql-java#2782</a></li>
   <li><a href="https://github.com/firatkucuk";><code>@​firatkucuk</code></a> 
made their first contribution in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2785";>graphql-java/graphql-java#2785</a></li>
   <li><a 
href="https://github.com/david-castaneda";><code>@​david-castaneda</code></a> 
made their first contribution in <a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/pull/2808";>graphql-java/graphql-java#2808</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/graphql-java/graphql-java/compare/v18.0...v18.1";>https://github.com/graphql-java/graphql-java/compare/v18.0...v18.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/b424f986eeb414d953b92ca3151a05b47d884e00";><code>b424f98</code></a>
 Max query depth called later in beginExecuteOperation (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2773";>#2773</a>)</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/7086a3ec40a1e13f67d4204a1b28d7da81f52d0a";><code>7086a3e</code></a>
 Make some static fields final (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2803";>#2803</a>)</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/5e7d85665d37c0f00b261318598408b3c0bc8c9a";><code>5e7d856</code></a>
 Fix <code>AstPrinter</code> to print field descriptions (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2808";>#2808</a>)</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/a9a8a2994891b70911ab7409ddf0f1ffe8ab2273";><code>a9a8a29</code></a>
 Make some inner classes static (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2804";>#2804</a>)</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/12c7c4e301fd919827742a46eca482614a67a583";><code>12c7c4e</code></a>
 Use jetbrains annotations (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2801";>#2801</a>)</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/9bf848721e67455d792efda189611ffa9f2dfa3c";><code>9bf8487</code></a>
 Fix instances of incorrectly sized Maps and Sets (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2798";>#2798</a>)</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/2c39728e602123e727f03e9dd4376cc7816fd6cc";><code>2c39728</code></a>
 Add missing annotations in DelegatingDataFetchingEnvironment (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2797";>#2797</a>)</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/66595fa64e0dcee7e3824cff165fb74e8a1a9638";><code>66595fa</code></a>
 Add ParserOption to ignore single-line comments (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2788";>#2788</a>)</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/2148cdf376637ba917c0f18243b350fd87cf7e53";><code>2148cdf</code></a>
 Variable document compilation now handles enums properly AND also that some 
v...</li>
   <li><a 
href="https://github.com/graphql-java/graphql-java/commit/e95283f25f4034df1d5bc9dda4bf5e65974d7f6c";><code>e95283f</code></a>
 GraphQL Specification link updated (<a 
href="https://github-redirect.dependabot.com/graphql-java/graphql-java/issues/2785";>#2785</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graphql-java/graphql-java/compare/v18.0...v18.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=18.0&new-version=18.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: [email protected]

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

Reply via email to