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

   Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.19.4 to 4.0.1.
   <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.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.1] - 2025-06-10</h2>
   <h3>Fixed</h3>
   <ul>
   <li>A class with field of type <code>EnumMap</code> or <code>EnumSet</code> 
produces <code>MockitoException</code> when Mockito is present. (<a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1080";>Issue 
1080</a>)</li>
   </ul>
   <h2>[4.0] - 2025-05-05</h2>
   <p>If you're upgrading from EqualsVerifier 3.x, please see the <a 
href="http://jqno.nl/equalsverifier/migration3to4";>migration guide</a>.</p>
   <h3>Added</h3>
   <ul>
   <li>Mockito integration: if Mockito is on the classpath or modulepath, 
EqualsVerifier will use it to instantiate values. This reduces the need for 
providing prefab values. If Mockito is not available, or if 
<code>EqualsVerifier.set(Mode.skipMockito())</code> is used, EqualsVerifier 
will fall back to its previous behaviour.</li>
   <li><code>forExamples(T red, T blue)</code> as an alternative to 
<code>forClass()</code> or <code>forPackage()</code>. Give it two instances of 
a type, and it will test that type using the values already present in the 
fields of the instances. This way, you don't have to use 
<code>withPrefabValues</code> anymore.</li>
   <li>Prefab value for <code>java.util.HexFormat</code>. (<a 
href="https://redirect.github.com/jqno/equalsverifier/issues/981";>Issue 
981</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>EqualsVerifier now requires Java 17.</li>
   <li>EqualsVerifier is now properly modularized according to the JPMS.</li>
   <li>When using EqualsVerifier as a module, it's no longer needed to 
<code>requires net.bytebuddy</code> (this is now a proper transitive 
requirement).</li>
   <li>Improved error message when ClassCastException is encountered.</li>
   </ul>
   <h3>Removed</h3>
   <ul>
   <li>Built-in prefab values for Google Guava, Joda-Time and Javafx.</li>
   <li><code>#withResetCaches()</code>, which was deprecated since version 
3.16.2.</li>
   <li><code>Warning.ZERO_FIELDS</code>, which was deprecated since version 
3.17.</li>
   <li><code>forPackage(String packageName, boolean scanRecursively)</code>, 
which was deprecated since version 3.19.</li>
   <li><code>forPackage(String packageName, Class&lt;?&gt; mustExtend)</code>, 
which was deprecated since version 3.19.</li>
   <li><code>forPackage(...).except(Class&lt;?&gt;... types)</code>, which was 
deprecated since version 3.19.</li>
   <li><code>forPackage(...).except(Predicate&lt;Class&lt;?&gt;&gt;... 
exclusionPredicate)</code>, which was deprecated since version 3.19.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/c53de14363d9bafb9e1cb4643e1b8572af206cff";><code>c53de14</code></a>
 Bumps version to 4.0.1</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/aade04894b2d0efbb1a0b69395b7dd28756c0509";><code>aade048</code></a>
 Updates CHANGELOG for release</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/2aa5d9d172caf6ac2a74e7fa3e173716cdd76b87";><code>2aa5d9d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1086";>#1086</a> 
from jqno/dependabot/maven/dependencies-e8d0111333</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/641d295beb4783a7c3d587e363b977e208d7062c";><code>641d295</code></a>
 Bump the dependencies group with 3 updates</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/3395dcfade9b3557a48c10dbd3c50c5117cb9478";><code>3395dcf</code></a>
 Fixes MockitoException with enums</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/4595cb5f97024d925cd6b915716ab04ca7e46d52";><code>4595cb5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1085";>#1085</a> 
from jqno/dependabot/github_actions/dependencies-183...</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/1133c71b82cad7a74024afe6c9c1758ea91af381";><code>1133c71</code></a>
 Bump dawidd6/action-download-artifact in the dependencies group</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/313a0ccc5b8058a7cbbfda27532b1bea7582021b";><code>313a0cc</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1084";>#1084</a> 
from jqno/dependabot/maven/dependencies-8ece8807ce</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/2c4d77a0d366d81577e62c9f588d31ceea5110c4";><code>2c4d77a</code></a>
 Bump the dependencies group with 6 updates</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/fe737c91e2b2ded6aa89def59d955a6e6a5f2db7";><code>fe737c9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1079";>#1079</a> 
from jqno/dependabot/maven/dependencies-7d0f52d329</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jqno/equalsverifier/compare/equalsverifier-3.19.4...equalsverifier-4.0.1";>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=3.19.4&new-version=4.0.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 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...@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to