dependabot[bot] opened a new pull request #2198: URL: https://github.com/apache/fineract/pull/2198
Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.141 to 4.8.143. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/classgraph/classgraph/releases">classgraph's releases</a>.</em></p> <blockquote> <h2>classgraph-4.8.143</h2> <p>Fix exception <code>typeSignatureParamTypes.size() > typeDescriptorParamTypes.size()</code> when dealing with broken compiler output (where the type descriptor of a method has a different number of entries in it than the type signature for the same method) (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/660">#660</a>, thanks to <a href="https://github.com/colin-young"><code>@colin-young</code></a> for reporting).</p> <h2>classgraph-4.8.142</h2> <p>Bugs fixed:</p> <ul> <li>Added method <code>ClassInfo#getTypeSignatureOrTypeDescriptor()</code> so that type annotations can be read for non-generic class definitions (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/662">#662</a>, thanks to <a href="https://github.com/raner"><code>@raner</code></a> for the request).</li> <li>Fixed <code>Illegal reflective access</code> warning on some obsolete and buggy JVM versions (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/663">#663</a>, thanks to <a href="https://github.com/MR6996"><code>@MR6996</code></a> for the report).</li> </ul> <p>Two behavioral changes, which may result in breakage for some users:</p> <ul> <li>The list of interfaces implemented by a class, as returned by <code>ClassInfo#getInterfaces()</code>, is no longer sorted by name, but is returned in the order in which the interfaces were specified in the class definition (this order is significant, so the old behavior of sorting by name was incorrect).</li> <li>The result of <code>toString()</code> for several of the <code>TypeSignature</code> subclasses has changed to use <code>$</code> as a separator of inner classes, rather than <code>.</code>, to bring the <code>toString()</code> behavior closer to the result of <code>Class#getName()</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/classgraph/classgraph/commit/d32cfdf9c8ae41e1effcb0a39870d501dfc2dd7d"><code>d32cfdf</code></a> [maven-release-plugin] prepare release classgraph-4.8.143</li> <li><a href="https://github.com/classgraph/classgraph/commit/d43357de6ce2c4ca6af3e75c761c1d4b10841c0d"><code>d43357d</code></a> Make method parameter information alignment more robust (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/660">#660</a>)</li> <li><a href="https://github.com/classgraph/classgraph/commit/3abd91198524a6660367d22b03f0cfed4db19dbb"><code>3abd911</code></a> toString() fix</li> <li><a href="https://github.com/classgraph/classgraph/commit/c7af04ff69a067e9ad4091c2ee68f5d18d7a3b64"><code>c7af04f</code></a> Try fixing GitHub Actions compilation issues</li> <li><a href="https://github.com/classgraph/classgraph/commit/b0e57876c48444a760df62631638b9864e1c95c8"><code>b0e5787</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/classgraph/classgraph/commit/a7302aef26c94fc0b592245140520c1deb3ca28d"><code>a7302ae</code></a> Fix compilation error</li> <li><a href="https://github.com/classgraph/classgraph/commit/0ff806e708fc4771ba64dca5fa8cfb5e14797999"><code>0ff806e</code></a> Fix compilation error</li> <li><a href="https://github.com/classgraph/classgraph/commit/98c8aa335efb5bafd2367cd1461afffe1632d437"><code>98c8aa3</code></a> Don't sort interfaces alphabetically; add class type descriptor (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/662">#662</a>)</li> <li><a href="https://github.com/classgraph/classgraph/commit/01ed6f2c351ff209f86d6c9a33f0aaf745bd21f7"><code>01ed6f2</code></a> Consistently use <code>$</code> rather than <code>.</code> for inner classes</li> <li><a href="https://github.com/classgraph/classgraph/commit/29230bd826850e7dfe1c3c1809b98e24efe3ebae"><code>29230bd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/665">#665</a> from classgraph/dependabot/maven/org.slf4j-slf4j-api-...</li> <li>Additional commits viewable in <a href="https://github.com/classgraph/classgraph/compare/classgraph-4.8.141...classgraph-4.8.143">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 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]
