You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by GitBox <gi...@apache.org> on 2022/01/31 03:29:41 UTC

[GitHub] [isis] dependabot[bot] opened a new pull request #844: Bump javaparser-core from 3.23.1 to 3.24.0

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


   Bumps [javaparser-core](https://github.com/javaparser/javaparser) from 3.23.1 to 3.24.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/javaparser/javaparser/releases">javaparser-core's releases</a>.</em></p>
   <blockquote>
   <h2>Release javaparser-parent-3.24.0</h2>
   <h2>Version 3.24.0</h2>
   <p><a href="https://github.com/javaparser/javaparser/milestone/187?closed=1">issues resolved</a></p>
   <ul>
   <li><em><strong>NOTE: This version was originally (mistakenly) released as v2.24.0 - apologies for any confusion this has caused.</strong></em></li>
   <li><em><strong>The tags and releases have been reverted where possible, and release with the correct version (v3.24.0) has now been triggered.</strong></em></li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Add erasure on parametrized type (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3438">#3438</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Add test cases for <code>NoChange</code> API (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3431">#3431</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Minor refactoring on <code>LexicalreservingPrinter</code> especially in the class <code>Difference</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3424">#3424</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Update the readme with <code>@pedrombmachado</code> 's suggestions (<a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3357">#3357</a>), and also to switch from <code>mvn</code> to <code>mvnw</code> within some sample instructions (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3420">#3420</a> by <a href="https://github.com/MysterAitch"><code>@​MysterAitch</code></a>)</li>
   <li>Reducing deeply nested logic in <code>MethodResolutionLogic</code> (work in progress) (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3411">#3411</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Reducing deeply nested logic in <code>MethodResolutionLogic</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3409">#3409</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Improved <code>RemoveMethodGenerator</code> and <code>ReplaceMethodGenerator</code> to only override super when needed. (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3248">#3248</a> by <a href="https://github.com/4everTheOne"><code>@​4everTheOne</code></a>)</li>
   <li>Reduced complexity for methods in <code>JavaParserFacade</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3204">#3204</a> by <a href="https://github.com/4everTheOne"><code>@​4everTheOne</code></a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3436">#3436</a> <code>getAncestors()</code>/<code>getAllAncestors()</code> does not work if base class starts with the same name (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3437">#3437</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Add a missing <code>hashCode()</code> method (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3432">#3432</a> by <a href="https://github.com/msridhar"><code>@​msridhar</code></a>)</li>
   <li>Call <code>orElse()</code> instead of <code>orElseGet()</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3430">#3430</a> by <a href="https://github.com/msridhar"><code>@​msridhar</code></a>)</li>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3408">#3408</a> <code>LexicalPreservationPrinter</code> fails to add annotation to a class field decalared with fully qualified name (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3429">#3429</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3419">#3419</a> - Fixed bug in <code>Difference.java</code>  (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3428">#3428</a> by <a href="https://github.com/4everTheOne"><code>@​4everTheOne</code></a>)</li>
   <li>Issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3406">#3406</a> <code>ParseProblemException</code> when parsing char <code>\u005cn</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3407">#3407</a> by <a href="https://github.com/apixandru"><code>@​apixandru</code></a>)</li>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3399">#3399</a> Failed to resolve methods that evaluate as argument (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3401">#3401</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Fix resoure leak due to <code>File.walk</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3398">#3398</a> by <a href="https://github.com/lujiefsi"><code>@​lujiefsi</code></a>)</li>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/2259">#2259</a> Type resolution issue when type of formal parameter is Object (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3397">#3397</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Fixes an issue where <code>JavaParserTypeSolver</code> ignores the character encoding configuration. (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3396">#3396</a> by <a href="https://github.com/crucoba"><code>@​crucoba</code></a>)</li>
   <li>Issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3272">#3272</a> resolve lambda exp type (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3273">#3273</a> by <a href="https://github.com/si-e"><code>@​si-e</code></a>)</li>
   <li>Issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3200">#3200</a> <code>this</code> exp in anonymous class (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3268">#3268</a> by <a href="https://github.com/si-e"><code>@​si-e</code></a>)</li>
   </ul>
   <h3>Developer Changes</h3>
   <ul>
   <li>Partial revert of <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3462">#3462</a> (removed GitHub Action) (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3462">#3464</a> by <a href="https://github.com/MysterAitch"><code>@​MysterAitch</code></a>)</li>
   <li>Updated release script to be non-interactive, and added option to use a manually-triggered GitHub Action to build a release (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3462">#3462</a> by <a href="https://github.com/MysterAitch"><code>@​MysterAitch</code></a>)</li>
   <li>chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.2.1 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3459">#3459</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.3.0 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3458">#3458</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.assertj:assertj-core to v3.22.0 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3457">#3457</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.apache.maven.plugins:maven-scm-plugin to v1.12.2 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3456">#3456</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.0.0-m2 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3453">#3453</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.apache.maven.plugins:maven-site-plugin to v3.10.0 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3448">#3448</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.mockito:mockito-core to v4.2.0 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3442">#3442</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update junit5 monorepo to v5.8.2 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3425">#3425</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <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.24.0</h2>
   <p><a href="https://github.com/javaparser/javaparser/milestone/187?closed=1">issues resolved</a></p>
   <h3>Added</h3>
   <ul>
   <li>Add erasure on parametrized type (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3438">#3438</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Add test cases for <code>NoChange</code> API (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3431">#3431</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Minor refactoring on <code>LexicalreservingPrinter</code> especially in the class <code>Difference</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3424">#3424</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Update the readme with <code>@pedrombmachado</code> 's suggestions (<a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3357">#3357</a>), and also to switch from <code>mvn</code> to <code>mvnw</code> within some sample instructions (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3420">#3420</a> by <a href="https://github.com/MysterAitch"><code>@​MysterAitch</code></a>)</li>
   <li>Reducing deeply nested logic in <code>MethodResolutionLogic</code> (work in progress) (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3411">#3411</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Reducing deeply nested logic in <code>MethodResolutionLogic</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3409">#3409</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Improved <code>RemoveMethodGenerator</code> and <code>ReplaceMethodGenerator</code> to only override super when needed. (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3248">#3248</a> by <a href="https://github.com/4everTheOne"><code>@​4everTheOne</code></a>)</li>
   <li>Reduced complexity for methods in <code>JavaParserFacade</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3204">#3204</a> by <a href="https://github.com/4everTheOne"><code>@​4everTheOne</code></a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3436">#3436</a> <code>getAncestors()</code>/<code>getAllAncestors()</code> does not work if base class starts with the same name (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3437">#3437</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Add a missing <code>hashCode()</code> method (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3432">#3432</a> by <a href="https://github.com/msridhar"><code>@​msridhar</code></a>)</li>
   <li>Call <code>orElse()</code> instead of <code>orElseGet()</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3430">#3430</a> by <a href="https://github.com/msridhar"><code>@​msridhar</code></a>)</li>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3408">#3408</a> <code>LexicalPreservationPrinter</code> fails to add annotation to a class field decalared with fully qualified name (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3429">#3429</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3419">#3419</a> - Fixed bug in <code>Difference.java</code>  (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3428">#3428</a> by <a href="https://github.com/4everTheOne"><code>@​4everTheOne</code></a>)</li>
   <li>Issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3406">#3406</a> <code>ParseProblemException</code> when parsing char <code>\u005cn</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3407">#3407</a> by <a href="https://github.com/apixandru"><code>@​apixandru</code></a>)</li>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3399">#3399</a> Failed to resolve methods that evaluate as argument (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3401">#3401</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Fix resoure leak due to <code>File.walk</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3398">#3398</a> by <a href="https://github.com/lujiefsi"><code>@​lujiefsi</code></a>)</li>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/2259">#2259</a> Type resolution issue when type of formal parameter is Object (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3397">#3397</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Fixes an issue where <code>JavaParserTypeSolver</code> ignores the character encoding configuration. (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3396">#3396</a> by <a href="https://github.com/crucoba"><code>@​crucoba</code></a>)</li>
   <li>Issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3272">#3272</a> resolve lambda exp type (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3273">#3273</a> by <a href="https://github.com/si-e"><code>@​si-e</code></a>)</li>
   <li>Issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3200">#3200</a> <code>this</code> exp in anonymous class (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3268">#3268</a> by <a href="https://github.com/si-e"><code>@​si-e</code></a>)</li>
   </ul>
   <h3>Developer Changes</h3>
   <ul>
   <li>Partial revert of <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3462">#3462</a> (removed GitHub Action) (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3462">#3464</a> by <a href="https://github.com/MysterAitch"><code>@​MysterAitch</code></a>)</li>
   <li>Updated release script to be non-interactive, and added option to use a manually-triggered GitHub Action to build a release (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3462">#3462</a> by <a href="https://github.com/MysterAitch"><code>@​MysterAitch</code></a>)</li>
   <li>chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.2.1 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3459">#3459</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.3.0 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3458">#3458</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.assertj:assertj-core to v3.22.0 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3457">#3457</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.apache.maven.plugins:maven-scm-plugin to v1.12.2 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3456">#3456</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.0.0-m2 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3453">#3453</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.apache.maven.plugins:maven-site-plugin to v3.10.0 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3448">#3448</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.mockito:mockito-core to v4.2.0 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3442">#3442</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update junit5 monorepo to v5.8.2 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3425">#3425</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>Update / document <code>codecov.yml</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3418">#3418</a> by <a href="https://github.com/MysterAitch"><code>@​MysterAitch</code></a>)</li>
   <li>chore(deps): update actions/cache action to v2.1.7 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3417">#3417</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>Bump bnd-maven-plugin from 6.0.0 to 6.1.0 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3416">#3416</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
   <li>chore(deps): update dependency biz.aqute.bnd:bnd-maven-plugin to v6.1.0 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3414">#3414</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.9.3 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3413">#3413</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/javaparser/javaparser/commit/8700d9f3d4987437817b6b98e59995e9f2002c88"><code>8700d9f</code></a> [maven-release-plugin] prepare release javaparser-parent-3.24.0</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/a7f9caa3344e883ea77f0b1bc81e21976841a9cf"><code>a7f9caa</code></a> [maven-release-plugin] update readme</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/89a759752458966de8caef40c1c79375ea0a8c89"><code>89a7597</code></a> Revert &quot;[maven-release-plugin] update readme&quot;</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/ae149db2610ed1a0873b023b10073549eb9b0314"><code>ae149db</code></a> Revert &quot;[maven-release-plugin] prepare release javaparser-parent-2.24.0&quot;</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/b100b48095246f906c1c2f557367c68459674ebe"><code>b100b48</code></a> Revert &quot;[maven-release-plugin] prepare for next development iteration&quot;</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/26441dfe83330b09876df89b8deeb0eb453a1cf7"><code>26441df</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/44efb34cfa8fbe988b4400313f416b764fe92608"><code>44efb34</code></a> [maven-release-plugin] prepare release javaparser-parent-2.24.0</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/77377efbef02856a882a3ad1545b1f25192f2889"><code>77377ef</code></a> [maven-release-plugin] update readme</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/b64224fa7bd6105d381aab8fbf9a3e320e82364b"><code>b64224f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3464">#3464</a> from javaparser/remove_release_action</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/7e07921be2c1271db1a9d2599b7b260f4f54c4f4"><code>7e07921</code></a> update changelog</li>
   <li>Additional commits viewable in <a href="https://github.com/javaparser/javaparser/compare/javaparser-parent-3.23.1...javaparser-parent-3.24.0">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.23.1&new-version=3.24.0)](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-unsubscribe@isis.apache.org

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



[GitHub] [isis] andi-huber merged pull request #844: Bump javaparser-core from 3.23.1 to 3.24.0

Posted by GitBox <gi...@apache.org>.
andi-huber merged pull request #844:
URL: https://github.com/apache/isis/pull/844


   


-- 
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-unsubscribe@isis.apache.org

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