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

   Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 4.4.2 to 4.5.
   <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.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>
   </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.5] - 2026-04-17</h2>
   <h3>Added</h3>
   <ul>
   <li>EqualsVerifier now detects when <code>java.net.URL</code> fields are 
used in <code>equals</code> or <code>hashCode</code>, since 
<code>URL.equals()</code> and <code>URL.hashCode()</code> perform DNS 
resolution, making them network-dependent and non-deterministic. Consider using 
<code>URI.create(url.toString())</code> instead. This check can be suppressed 
with <code>Warning.URL_EQUALITY</code>. (Issue <a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1203";>#1203</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/3f72cbc3939f3770b399f275391fe02635e79bbf";><code>3f72cbc</code></a>
 Bumps version to 4.5</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/abd5aa972dbbe1ec08526e83140320006c9d3048";><code>abd5aa9</code></a>
 Updates CHANGELOG for release</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/04f89c125fb9e3a915ad076715d1825a89b83721";><code>04f89c1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1204";>#1204</a> 
from jqno/add-url-fieldcheck</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/ffc7f03bbf2810ffff637b9a45d6ec893917b7a7";><code>ffc7f03</code></a>
 Streamlines UrlTest</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/e9cf3be08337d3623f5a4a6930f75c8961570207";><code>e9cf3be</code></a>
 Adds URL FieldCheck</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/472e8b1c0a6251f32c397dc0bbf97af9396117d7";><code>472e8b1</code></a>
 Update copyright year in README.md</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/94ebdf6d3e2ac302d45b9ea9424b8410f26f534a";><code>94ebdf6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1202";>#1202</a> 
from jqno/vendors-signedjar-test</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/8d6327d5fd49a6bfc8c494306dfa7c6935be013e";><code>8d6327d</code></a>
 Excludes equalsverifier-test-signedjar from PITest coverage</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/7b828dcc4a6bd4d5bbc4f48de865f0ddbfa73283";><code>7b828dc</code></a>
 All signed-jar tests should run via failsafe so it runs through the actual 
ja...</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/377c2171048df113670fbfd736e8ae409b7a5f8d";><code>377c217</code></a>
 Incorporates SignedJarTest from separate repository</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jqno/equalsverifier/compare/equalsverifier-4.4.2...equalsverifier-4.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nl.jqno.equalsverifier:equalsverifier&package-manager=maven&previous-version=4.4.2&new-version=4.5)](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 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: [email protected]

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

Reply via email to