dependabot[bot] opened a new pull request, #3005: URL: https://github.com/apache/causeway/pull/3005
Bumps [com.graphql-java:graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) from 22.0 to 24.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graphql-java/graphql-java-extended-scalars/releases">com.graphql-java:graphql-java-extended-scalars's releases</a>.</em></p> <blockquote> <h2>24.0</h2> <p>This new version updates the base dependency to graphql-java 24.0</p> <p>We have six new Scalars included from members of the community. Thank you one and all.</p> <ul> <li>HexColorCode</li> <li>Year</li> <li>YearMonth</li> <li>AccurateDuration</li> <li>NominalDuration</li> <li>SecondsSinceEpoch</li> </ul> <h2>What's Changed</h2> <ul> <li>Bump gradle/wrapper-validation-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/137">graphql-java/graphql-java-extended-scalars#137</a></li> <li>Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/136">graphql-java/graphql-java-extended-scalars#136</a></li> <li>Bump org.codehaus.groovy:groovy from 3.0.20 to 3.0.21 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/130">graphql-java/graphql-java-extended-scalars#130</a></li> <li>Bump com.graphql-java:graphql-java from 22.0 to 22.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/138">graphql-java/graphql-java-extended-scalars#138</a></li> <li>Fix BigDecimal and BigInteger package name in README by <a href="https://github.com/Yunus1903"><code>@Yunus1903</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/139">graphql-java/graphql-java-extended-scalars#139</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-extended-scalars/pull/140">graphql-java/graphql-java-extended-scalars#140</a></li> <li>Bump com.graphql-java:graphql-java from 22.1 to 22.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/144">graphql-java/graphql-java-extended-scalars#144</a></li> <li>Bump org.codehaus.groovy:groovy from 3.0.22 to 3.0.23 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/148">graphql-java/graphql-java-extended-scalars#148</a></li> <li>Missing final for ExtendedScalars#UUID field by <a href="https://github.com/TrianguloY"><code>@TrianguloY</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/151">graphql-java/graphql-java-extended-scalars#151</a></li> <li>Add more DateTime test cases from specification by <a href="https://github.com/dondonz"><code>@dondonz</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/150">graphql-java/graphql-java-extended-scalars#150</a></li> <li>Add HexColorCode Scalar by <a href="https://github.com/onjik"><code>@onjik</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/122">graphql-java/graphql-java-extended-scalars#122</a></li> <li>Add Year and YearMonth Scalars by <a href="https://github.com/wakita181009"><code>@wakita181009</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/143">graphql-java/graphql-java-extended-scalars#143</a></li> <li>Bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.24 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/152">graphql-java/graphql-java-extended-scalars#152</a></li> <li>Fixed up failing compilation and tests by <a href="https://github.com/bbakerman"><code>@bbakerman</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/158">graphql-java/graphql-java-extended-scalars#158</a></li> <li>Add AccurateDuration and NominalDuration Scalars by <a href="https://github.com/AlexandreCarlton"><code>@AlexandreCarlton</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/132">graphql-java/graphql-java-extended-scalars#132</a></li> <li>fix issue 126 - use MILLI_OF_SECOND by <a href="https://github.com/sachin-bansal"><code>@sachin-bansal</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/129">graphql-java/graphql-java-extended-scalars#129</a></li> <li>Fixes master by <a href="https://github.com/bbakerman"><code>@bbakerman</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/161">graphql-java/graphql-java-extended-scalars#161</a></li> <li>Updated to graphql-java 24.x by <a href="https://github.com/bbakerman"><code>@bbakerman</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/160">graphql-java/graphql-java-extended-scalars#160</a></li> <li>Adding new Sonatype URLs by <a href="https://github.com/bbakerman"><code>@bbakerman</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/164">graphql-java/graphql-java-extended-scalars#164</a></li> <li>Update GitHub action to reduce CI flakes by <a href="https://github.com/dondonz"><code>@dondonz</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/165">graphql-java/graphql-java-extended-scalars#165</a></li> <li>feat: add SecondsSinceEpochScalar by <a href="https://github.com/clutcher"><code>@clutcher</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/163">graphql-java/graphql-java-extended-scalars#163</a></li> <li>This removes all the deprecated Coercing methods and replaces them with the desired ones by <a href="https://github.com/bbakerman"><code>@bbakerman</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/159">graphql-java/graphql-java-extended-scalars#159</a></li> <li>Bump org.codehaus.groovy:groovy from 3.0.24 to 3.0.25 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/162">graphql-java/graphql-java-extended-scalars#162</a></li> <li>Fixed docos for <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/issues/105">#105</a> by <a href="https://github.com/bbakerman"><code>@bbakerman</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/167">graphql-java/graphql-java-extended-scalars#167</a></li> <li>Updated doco for upcoming 24.0 by <a href="https://github.com/bbakerman"><code>@bbakerman</code></a> in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/168">graphql-java/graphql-java-extended-scalars#168</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Yunus1903"><code>@Yunus1903</code></a> made their first contribution in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/139">graphql-java/graphql-java-extended-scalars#139</a></li> <li><a href="https://github.com/TrianguloY"><code>@TrianguloY</code></a> made their first contribution in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/151">graphql-java/graphql-java-extended-scalars#151</a></li> <li><a href="https://github.com/onjik"><code>@onjik</code></a> made their first contribution in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/122">graphql-java/graphql-java-extended-scalars#122</a></li> <li><a href="https://github.com/wakita181009"><code>@wakita181009</code></a> made their first contribution in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/143">graphql-java/graphql-java-extended-scalars#143</a></li> <li><a href="https://github.com/AlexandreCarlton"><code>@AlexandreCarlton</code></a> made their first contribution in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/132">graphql-java/graphql-java-extended-scalars#132</a></li> <li><a href="https://github.com/sachin-bansal"><code>@sachin-bansal</code></a> made their first contribution in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/129">graphql-java/graphql-java-extended-scalars#129</a></li> <li><a href="https://github.com/clutcher"><code>@clutcher</code></a> made their first contribution in <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/pull/163">graphql-java/graphql-java-extended-scalars#163</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graphql-java/graphql-java-extended-scalars/compare/v22.0...v24.0">https://github.com/graphql-java/graphql-java-extended-scalars/compare/v22.0...v24.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graphql-java/graphql-java-extended-scalars/commit/2c594c2d3c071eed27e355625a5ed6c880a2534f"><code>2c594c2</code></a> Merge pull request <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/issues/168">#168</a> from graphql-java/fix-doco-for-24</li> <li><a href="https://github.com/graphql-java/graphql-java-extended-scalars/commit/2c86983566f474a80284ec215832bb0ca91b6cb6"><code>2c86983</code></a> Updated doco for upcoming 24.0</li> <li><a href="https://github.com/graphql-java/graphql-java-extended-scalars/commit/d2dd2616e87bac62704e08494d8c0b4eaf3792a8"><code>d2dd261</code></a> Merge pull request <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/issues/167">#167</a> from graphql-java/fix-doco</li> <li><a href="https://github.com/graphql-java/graphql-java-extended-scalars/commit/d8a609c9644af29bb0c6d95ac65fc23338a53e43"><code>d8a609c</code></a> Fixed docos for <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/issues/105">#105</a></li> <li><a href="https://github.com/graphql-java/graphql-java-extended-scalars/commit/05a3bb9380306324c4e020fccc1867fcc879e8e4"><code>05a3bb9</code></a> Merge pull request <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/issues/162">#162</a> from graphql-java/dependabot/gradle/org.codehaus.groo...</li> <li><a href="https://github.com/graphql-java/graphql-java-extended-scalars/commit/850ae19c42c06e8a756505bec6806f464d90f044"><code>850ae19</code></a> Merge pull request <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/issues/159">#159</a> from graphql-java/valueToLiteral_support</li> <li><a href="https://github.com/graphql-java/graphql-java-extended-scalars/commit/df78c808044543acf1b26931368d4bc892c198fe"><code>df78c80</code></a> Merge pull request <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/issues/163">#163</a> from clutcher/seconds_since_epoch_scalar</li> <li><a href="https://github.com/graphql-java/graphql-java-extended-scalars/commit/4470f6089e1b697108808aee52914601e7672a75"><code>4470f60</code></a> Update ExtendedScalars.java</li> <li><a href="https://github.com/graphql-java/graphql-java-extended-scalars/commit/64a24492692deaab321b2c30cb9f0fca46f17a84"><code>64a2449</code></a> Merge pull request <a href="https://redirect.github.com/graphql-java/graphql-java-extended-scalars/issues/165">#165</a> from graphql-java/update-github-actions</li> <li><a href="https://github.com/graphql-java/graphql-java-extended-scalars/commit/29eb91472233eea0b91d44d0cc2123cb269ee3dd"><code>29eb914</code></a> Update GitHub action to reduce CI flakes</li> <li>Additional commits viewable in <a href="https://github.com/graphql-java/graphql-java-extended-scalars/compare/v22.0...v24.0">compare view</a></li> </ul> </details> <br /> [](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: dev-unsubscr...@causeway.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org