dependabot[bot] opened a new pull request, #2227: URL: https://github.com/apache/plc4x/pull/2227
Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.19.4 to 4.0.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jqno/equalsverifier/releases">nl.jqno.equalsverifier:equalsverifier's releases</a>.</em></p> <blockquote> <h2>Release equalsverifier-4.0.9</h2> <p>For a list of changes in this version, see <a href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release equalsverifier-4.0.8</h2> <p>For a list of changes in this version, see <a href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release equalsverifier-4.0.7</h2> <p>For a list of changes in this version, see <a href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release equalsverifier-4.0.6</h2> <p>For a list of changes in this version, see <a href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release equalsverifier-4.0.5</h2> <p>For a list of changes in this version, see <a href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release equalsverifier-4.0.4</h2> <p>For a list of changes in this version, see <a href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release equalsverifier-4.0.3</h2> <p>For a list of changes in this version, see <a href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release equalsverifier-4.0.2</h2> <p>For a list of changes in this version, see <a href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release equalsverifier-4.0.1</h2> <p>For a list of changes in this version, see <a href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release equalsverifier-4.0</h2> <p>For a list of changes in this version, see <a href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md">nl.jqno.equalsverifier:equalsverifier's changelog</a>.</em></p> <blockquote> <h2>[4.0.9] - 2025-08-22</h2> <h3>Fixed</h3> <ul> <li>Regression introduced in version 4.0.8: StackOverflowError when testing a non-abstract sealed type. (<a href="https://redirect.github.com/jqno/equalsverifier/issues/1111#issuecomment-3213790771">Issue 1111</a>)</li> </ul> <h2>[4.0.8] - 2025-08-22</h2> <h3>Fixed</h3> <ul> <li><code>NullPointerException</code> with abstract sealed types whose subtypes add state and need <code>Warning.NULL_FIELDS</code> suppressed. (<a href="https://redirect.github.com/jqno/equalsverifier/issues/1111">Issue 1111</a>)</li> </ul> <h2>[4.0.7] - 2025-07-30</h2> <h3>Fixed</h3> <ul> <li><code>StringIndexOutOfBoundsException</code> when using <code>forPackage</code> on Windows. (<a href="https://redirect.github.com/jqno/equalsverifier/issues/1106">Issue 1106</a>)</li> </ul> <h2>[4.0.6] - 2025-07-18</h2> <h3>Changed</h3> <ul> <li>EqualsVerifier will issue an error when an entity has lazy fields that should be accessed by their getter, and the getter is final, because in that case it can't perform the check. (<a href="https://redirect.github.com/jqno/equalsverifier/issues/1102">Issue 1102</a>)</li> </ul> <h2>[4.0.5] - 2025-07-07</h2> <h3>Fixed</h3> <ul> <li>When verifying a relaxed equals relation, <code>andUnequalExamples</code> thinks two unequal examples are equal. (<a href="https://redirect.github.com/jqno/equalsverifier/issues/1098">Issue 1098</a>)</li> </ul> <h2>[4.0.4] - 2025-07-03</h2> <h3>Fixed</h3> <ul> <li>Can now test a class with a field whose type is an array of a single value enum. (<a href="https://redirect.github.com/jqno/equalsverifier/issues/1093">Issue 1093</a>)</li> </ul> <h2>[4.0.3] - 2025-06-23</h2> <h3>Changed</h3> <ul> <li><code>forPackage</code> can now also scan jar files, which is handy for certain kinds of integration tests that run against jar files instead of directories with <code>.class</code> files. (<a href="https://redirect.github.com/jqno/equalsverifier/issues/1078">Issue 1078</a>)</li> </ul> <h2>[4.0.2] - 2025-06-12</h2> <h3>Added</h3> <ul> <li>Support for Kotlin delegates. (<a href="https://redirect.github.com/jqno/equalsverifier/issues/1083">Issue 1083</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/jqno/equalsverifier/commit/1b3d3a4a5fde7582593097f1dfcb9d3551cd7edc"><code>1b3d3a4</code></a> Bumps version to 4.0.9</li> <li><a href="https://github.com/jqno/equalsverifier/commit/ad9886501e135aa8d3dfddfb67870d62ee12af23"><code>ad98865</code></a> Updates CHANGELOG for release</li> <li><a href="https://github.com/jqno/equalsverifier/commit/25cd3a7ee107fbae0d93404d2732f45d17419d31"><code>25cd3a7</code></a> Merge pull request <a href="https://redirect.github.com/jqno/equalsverifier/issues/1113">#1113</a> from jqno/fixes-regression-in-sealed-types</li> <li><a href="https://github.com/jqno/equalsverifier/commit/a339cf5796432e4b007cc62effe26265535d793c"><code>a339cf5</code></a> Updates CHANGELOG</li> <li><a href="https://github.com/jqno/equalsverifier/commit/0b6944b379d3d01f78a0ff51ee25fdb7ac66cf16"><code>0b6944b</code></a> Fixes regression in sealed abstract types</li> <li><a href="https://github.com/jqno/equalsverifier/commit/ffb846f03bdc7a1400a52363498e38ff6c94c88a"><code>ffb846f</code></a> Prepares for next development iteration</li> <li><a href="https://github.com/jqno/equalsverifier/commit/eae6ff58455830c79833c996d2b42b86acf94868"><code>eae6ff5</code></a> Bumps version to 4.0.8</li> <li><a href="https://github.com/jqno/equalsverifier/commit/132b4d3372b0a48ceb28435ad964abce30835cb6"><code>132b4d3</code></a> Updates CHANGELOG for release</li> <li><a href="https://github.com/jqno/equalsverifier/commit/875fdda388f030b908c7bf0df3d2b463efbcb51b"><code>875fdda</code></a> Merge pull request <a href="https://redirect.github.com/jqno/equalsverifier/issues/1112">#1112</a> from jqno/sealed-null</li> <li><a href="https://github.com/jqno/equalsverifier/commit/21aef54b484b4235bd29ec0c12a0876e7bc61924"><code>21aef54</code></a> Cleans up SealedTypeFinder</li> <li>Additional commits viewable in <a href="https://github.com/jqno/equalsverifier/compare/equalsverifier-3.19.4...equalsverifier-4.0.9">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: commits-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org