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


   Bumps [javaparser-core](https://github.com/javaparser/javaparser) from 
3.20.2 to 3.22.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/javaparser/javaparser/blob/master/changelog.md";>javaparser-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 3.22.1</h2>
   <p><a 
href="https://github.com/javaparser/javaparser/milestone/184?closed=1";>issues 
resolved</a></p>
   <h3>Added</h3>
   <ul>
   <li>Recover wrong statements no only to ';', but to '}' (not including) as 
well (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3247";>#3247</a>
 by <a href="https://github.com/32kda";><code>@​32kda</code></a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>update features.md -- fixed release version and date of records support, 
status of java 16 sealed classes to 2nd preview, and java 17 features (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3263";>#3263</a>
 by <a 
href="https://github.com/MysterAitch";><code>@​MysterAitch</code></a>)</li>
   <li>fixes <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3255";>#3255</a>
 -- bugfix grammar case when using <code>record</code> to as an identifier (PR 
<a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3256";>#3256</a>
 by <a 
href="https://github.com/MysterAitch";><code>@​MysterAitch</code></a>)</li>
   <li>Fixes issue <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3113";>#3113</a>
 -- Arrow missing in Switch Expression + jumbled up in LexicalPreservingPrinter 
(PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3235";>#3235</a>
 by <a href="https://github.com/Zoom1111";><code>@​Zoom1111</code></a>)</li>
   <li>Handle possibility of tokens not being available (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3231";>#3231</a>
 by <a href="https://github.com/mernst";><code>@​mernst</code></a>)</li>
   </ul>
   <h3>Developer Changes</h3>
   <ul>
   <li>chore(deps): update dependency org.mockito:mockito-core to v3.10.0 (PR 
<a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3259";>#3259</a>
 by <a 
href="https://github.com/apps/renovate";><code>@​renovate[bot]</code></a>)</li>
   <li>Bump codecov/codecov-action from 1 to 1.5.0 (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3258";>#3258</a>
 by <a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li>Bump actions/create-release from 1 to 1.1.4 (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3257";>#3257</a>
 by <a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</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/32kda";><code>@​32kda</code></a></li>
   <li><a 
href="https://github.com/MysterAitch";><code>@​MysterAitch</code></a></li>
   <li><a href="https://github.com/Zoom1111";><code>@​Zoom1111</code></a></li>
   <li><a href="https://github.com/mernst";><code>@​mernst</code></a></li>
   </ul>
   <h2>Version 3.22.0</h2>
   <p><a 
href="https://github.com/javaparser/javaparser/milestone/183?closed=1";>issues 
resolved</a></p>
   <h3>API or Behaviour Change</h3>
   <ul>
   <li>Implemented isAssignableBy for VoidType - now return <code>false</code> 
instead of throwing <code>UnsupportedOperationException</code> (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3197";>#3197</a>
 by <a 
href="https://github.com/4everTheOne";><code>@​4everTheOne</code></a>)</li>
   <li>fixed ellipsis and doublecolon to be categorised as separators not 
operators (fixes <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/2897";>#2897</a>)
 (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2924";>#2924</a>
 by <a 
href="https://github.com/MysterAitch";><code>@​MysterAitch</code></a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Update parser configuration and validators to include the release of 
java 16, and java 17 being in development (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3222";>#3222</a>
 by <a 
href="https://github.com/MysterAitch";><code>@​MysterAitch</code></a>)</li>
   <li>Adding convenient methods to find out if a method is a variable/fixed 
arity method (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3196";>#3196</a>
 by <a href="https://github.com/jlerbsc";><code>@​jlerbsc</code></a>)</li>
   <li>Fix issue <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3173";>#3173</a>:
 Add isAnnotation() and asAnnotation() methods for ResolvedTypeDeclaration (PR 
<a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3187";>#3187</a>
 by <a 
href="https://github.com/deadlocklogic";><code>@​deadlocklogic</code></a>)</li>
   <li>Record support (compilation / parsing only, solving to follow 
separately) (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3022";>#3022</a>
 by <a 
href="https://github.com/MysterAitch";><code>@​MysterAitch</code></a>)</li>
   </ul>
   <h3>Changed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/9862408759afc826780219e2e38c36e93c66a527";><code>9862408</code></a>
 [maven-release-plugin] prepare release javaparser-parent-3.22.1</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/f1e3809eff1e7d01b7916cd75977131cd5f00aef";><code>f1e3809</code></a>
 [maven-release-plugin] update readme</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/a6429a12369444177f6a9de70b389d646693dc7d";><code>a6429a1</code></a>
 make mvn wrapper script executable</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/768d6968b9ceb220dc8433883087b97128c3afae";><code>768d696</code></a>
 Update changelog.md</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/b49d0d5741fad98a08ae2a0719ce744a7d110982";><code>b49d0d5</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3263";>#3263</a>
 from MysterAitch/update_features_md</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/69d663a955bddc2c2d086584532aeafe93d4531c";><code>69d663a</code></a>
 updated java 17 features</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/7db2b630bdaff549cbb46519f31eaee1bb1970f6";><code>7db2b63</code></a>
 fixed release version and date of records support, and status of java 16 
seal...</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/74e2b40fd345eaea2301cce7a6a626f9b7ed9db0";><code>74e2b40</code></a>
 chore(deps): update junit5 monorepo to v5.7.2</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/f32d82b7cf46dc6e02fd86313bab1754f3142a6b";><code>f32d82b</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3257";>#3257</a>
 from javaparser/dependabot/github_actions/actions/cr...</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/fd1b7f859ee47dc3e0fca0a2aaae7603c997499d";><code>fd1b7f8</code></a>
 Bump actions/create-release from 1 to 1.1.4</li>
   <li>Additional commits viewable in <a 
href="https://github.com/javaparser/javaparser/compare/javaparser-parent-3.20.2...javaparser-parent-3.22.1";>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.20.2&new-version=3.22.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.

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


Reply via email to