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

   Bumps 
[com.github.javaparser:javaparser-core](https://github.com/javaparser/javaparser)
 from 3.25.7 to 3.25.8.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/javaparser/javaparser/releases";>com.github.javaparser:javaparser-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>javaparser-parent-3.25.8</h2>
   <h3>Added</h3>
   <ul>
   <li>feat: creates cache statistics and moves Cache interface to 
javaparser-core (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4278";>#4278</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   <li>feat: Add parseArrayInitializerExpr to JavaParser API (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4276";>#4276</a> by 
<a href="https://github.com/iMashtak";><code>@​iMashtak</code></a>)</li>
   <li>feat: A visitor looking for a node by its position in an AST (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4258";>#4258</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>fix: Partial removal of the use of instanceof in favour of the use of 
the API (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4280";>#4280</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   <li>[GHA] Run on java 18 (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4252";>#4252</a> by 
<a href="https://github.com/hazendaz";><code>@​hazendaz</code></a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>fix: issue 4240 Calling resolve on catch block parameter throws 
exception (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4279";>#4279</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   <li>Fix: issue 4270 Exception when resolving ObjectCreationExpr with nested 
varargs (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4273";>#4273</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   <li>add Java_18 to yieldSupport (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4262";>#4262</a> by 
<a href="https://github.com/Kimmmey";><code>@​Kimmmey</code></a>)</li>
   <li>fix: issue <a 
href="https://redirect.github.com/javaparser/javaparser/issues/4245";>#4245</a> 
UnsupportedOperationException with LexicalPreservingPrinter when removing a 
sealed modified (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4253";>#4253</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   <li>[ci] Fix change log released version as 3.25.7 (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4251";>#4251</a> by 
<a href="https://github.com/hazendaz";><code>@​hazendaz</code></a>)</li>
   <li>Fix: issue 3278 Lazy types cause stack overflow when trying to find the 
least upper bound type (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4246";>#4246</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   </ul>
   <h3>Developer Changes</h3>
   <ul>
   <li>chore(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre 
(PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4264";>#4264</a> by 
<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   </ul>
   <h3>Uncategorised</h3>
   <ul>
   <li>Revert &quot;Refactoring: Move cache features to javaparser-core&quot; 
(PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4274";>#4274</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   </ul>
   <h3>:heart: Contributors</h3>
   <p>Thank You to all contributors who worked on this release!</p>
   <ul>
   <li><a href="https://github.com/hazendaz";><code>@​hazendaz</code></a></li>
   <li><a href="https://github.com/iMashtak";><code>@​iMashtak</code></a></li>
   <li><a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a></li>
   <li><a href="https://github.com/Kimmmey";><code>@​Kimmmey</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/javaparser/javaparser/blob/master/changelog.md";>com.github.javaparser:javaparser-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 3.25.8</h2>
   <p><a 
href="https://github.com/javaparser/javaparser/milestone/204?closed=1";>issues 
resolved</a></p>
   <h3>Added</h3>
   <ul>
   <li>feat: creates cache statistics and moves Cache interface to 
javaparser-core (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4278";>#4278</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   <li>feat: Add parseArrayInitializerExpr to JavaParser API (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4276";>#4276</a> by 
<a href="https://github.com/iMashtak";><code>@​iMashtak</code></a>)</li>
   <li>feat: A visitor looking for a node by its position in an AST (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4258";>#4258</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>fix: Partial removal of the use of instanceof in favour of the use of 
the API (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4280";>#4280</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   <li>[GHA] Run on java 18 (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4252";>#4252</a> by 
<a href="https://github.com/hazendaz";><code>@​hazendaz</code></a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>fix: issue 4240 Calling resolve on catch block parameter throws 
exception (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4279";>#4279</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   <li>Fix: issue 4270 Exception when resolving ObjectCreationExpr with nested 
varargs (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4273";>#4273</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   <li>add Java_18 to yieldSupport (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4262";>#4262</a> by 
<a href="https://github.com/Kimmmey";><code>@​Kimmmey</code></a>)</li>
   <li>fix: issue <a 
href="https://redirect.github.com/javaparser/javaparser/issues/4245";>#4245</a> 
UnsupportedOperationException with LexicalPreservingPrinter when removing a 
sealed modified (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4253";>#4253</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   <li>[ci] Fix change log released version as 3.25.7 (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4251";>#4251</a> by 
<a href="https://github.com/hazendaz";><code>@​hazendaz</code></a>)</li>
   <li>Fix: issue 3278 Lazy types cause stack overflow when trying to find the 
least upper bound type (PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4246";>#4246</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   </ul>
   <h3>Developer Changes</h3>
   <ul>
   <li>chore(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre 
(PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4264";>#4264</a> by 
<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   </ul>
   <h3>Uncategorised</h3>
   <ul>
   <li>Revert &quot;Refactoring: Move cache features to javaparser-core&quot; 
(PR <a 
href="https://redirect.github.com/javaparser/javaparser/pull/4274";>#4274</a> by 
<a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   </ul>
   <h3>:heart: Contributors</h3>
   <p>Thank You to all contributors who worked on this release!</p>
   <ul>
   <li><a href="https://github.com/hazendaz";><code>@​hazendaz</code></a></li>
   <li><a href="https://github.com/iMashtak";><code>@​iMashtak</code></a></li>
   <li><a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a></li>
   <li><a href="https://github.com/Kimmmey";><code>@​Kimmmey</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/d408fc56f9bb8cf56e9c363824ab37b373ae43d9";><code>d408fc5</code></a>
 [maven-release-plugin] prepare release javaparser-parent-3.25.8</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/6907316fe6f5c39e875013924024d9dff0ac6414";><code>6907316</code></a>
 update readme</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/13861e40c2345feadb8920d600a6041074e477d8";><code>13861e4</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/acaf675f8277a9e244e6e6ff986fef9315d8e834";><code>acaf675</code></a>
 chore(deps): update dependency org.assertj:assertj-core to v3.25.0</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/37b97953c311785fb13474e394fb422363c25c20";><code>37b9795</code></a>
 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.12.7</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/b6865c5cc8d2ce3bad39406af3b8597fcac37c74";><code>b6865c5</code></a>
 Updates copyright</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/609a5adcde134e07e75762f9cb1965696be13680";><code>609a5ad</code></a>
 Merge pull request <a 
href="https://redirect.github.com/javaparser/javaparser/issues/4280";>#4280</a> 
from jlerbsc/master</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/ffe024b30822787b582227bf3df34829d23edb50";><code>ffe024b</code></a>
 fix: checkstyle rules</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/84a4bac95b5f434ac96d04908283768b7f94312e";><code>84a4bac</code></a>
 fix: Eliminates the use of instanceof in favour of using the API</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/6d5091538edf9a86daf8c552e5f28efe2b6a0790";><code>6d50915</code></a>
 Merge pull request <a 
href="https://redirect.github.com/javaparser/javaparser/issues/4279";>#4279</a> 
from jlerbsc/master</li>
   <li>Additional commits viewable in <a 
href="https://github.com/javaparser/javaparser/compare/javaparser-parent-3.25.7...javaparser-parent-3.25.8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.javaparser:javaparser-core&package-manager=maven&previous-version=3.25.7&new-version=3.25.8)](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

Reply via email to