dependabot[bot] opened a new pull request, #4948:
URL: https://github.com/apache/ignite-3/pull/4948

   Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 
3.26.3 to 3.27.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/assertj/assertj/releases";>org.assertj:assertj-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.27.0</h2>
   <h2>:no_entry_sign: Deprecated</h2>
   <h3>Core</h3>
   <ul>
   <li>Deprecate <code>ClassBasedNavigableIterableAssert</code> and 
<code>ClassBasedNavigableListAssert</code> <a 
href="https://redirect.github.com/assertj/assertj/issues/3529";>#3529</a></li>
   </ul>
   <h2>:sparkles: New Features</h2>
   <h3>Core</h3>
   <ul>
   <li>Add <code>actual()</code> to access the object under test <a 
href="https://redirect.github.com/assertj/assertj/issues/3489";>#3489</a></li>
   <li>Add <code>isCompletedWithValueMatchingWithin</code> to 
<code>CompletableFuture</code> assertions <a 
href="https://redirect.github.com/assertj/assertj/issues/3506";>#3506</a></li>
   <li>Add <code>completesExceptionallyWithin</code> to 
<code>CompletableFuture</code> assertions <a 
href="https://redirect.github.com/assertj/assertj/issues/3597";>#3597</a></li>
   <li>Add <code>inBinary</code> to <code>CharSequence</code> assertions <a 
href="https://redirect.github.com/assertj/assertj/issues/3600";>#3600</a></li>
   <li>Support for <code>Assertions.byLessThan(Duration)</code> and 
<code>Assertions.within(Duration)</code> <a 
href="https://redirect.github.com/assertj/assertj/issues/3486";>#3486</a></li>
   <li>Add standard representation for <code>CharSequence</code> <a 
href="https://redirect.github.com/assertj/assertj/issues/3617";>#3617</a></li>
   <li>Add predicate descriptions overloads to <code>anyMatch</code> and 
<code>noneMatch</code> <a 
href="https://redirect.github.com/assertj/assertj/issues/3639";>#3639</a></li>
   <li>Add <code>doesNotMatch(Predicate)</code> <a 
href="https://redirect.github.com/assertj/assertj/issues/3684";>#3684</a></li>
   <li>Add <code>usingEquals</code> accepting a <code>BiPredicate</code> and an 
optional description to provide a custom comparison in assertions <a 
href="https://redirect.github.com/assertj/assertj/issues/3678";>#3678</a></li>
   </ul>
   <h3>Guava</h3>
   <ul>
   <li>Add <code>isNotEmpty</code> to <code>Table</code> assertions <a 
href="https://redirect.github.com/assertj/assertj/issues/3559";>#3559</a></li>
   </ul>
   <h2>:bug: Bug Fixes</h2>
   <h3>Core</h3>
   <ul>
   <li>Recursive assertion <code>hasNoNullFields</code> throws NPE with fields 
of anonymous and local types <a 
href="https://redirect.github.com/assertj/assertj/issues/3534";>#3534</a></li>
   <li>Fix incorrect mutation of <code>actualElementsGroupedByHashCode</code> 
in recursive comparison</li>
   <li>Recursive comparison <code>ignoringFields</code> not working properly 
with maps <a 
href="https://redirect.github.com/assertj/assertj/issues/2988";>#2988</a></li>
   <li>Custom representation ignored when describing expected items not in the 
actual list <a 
href="https://redirect.github.com/assertj/assertj/issues/3646";>#3646</a></li>
   <li><code>hasFieldOrPropertyWithValue</code> swallows exceptions thrown by 
getters, and reports non-existent property instead <a 
href="https://redirect.github.com/assertj/assertj/issues/3563";>#3563</a></li>
   <li><code>satisfies()</code> with nested assertions obscures stack trace <a 
href="https://redirect.github.com/assertj/assertj/issues/2542";>#2542</a></li>
   </ul>
   <h2>:zap: Improvements</h2>
   <h3>Core</h3>
   <ul>
   <li>Report all failing conditions when using 
<code>satisfies(allOf(Condition...))</code> <a 
href="https://redirect.github.com/assertj/assertj/issues/3537";>#3537</a></li>
   <li>Fix Unicode escapes in <code>inUnicode()</code> Javadoc</li>
   <li>Show error differences if values were compared with <code>equals</code> 
in recursive comparison <a 
href="https://redirect.github.com/assertj/assertj/issues/3209";>#3209</a></li>
   <li>Propagate common basetype for extracting(Function...) <a 
href="https://redirect.github.com/assertj/assertj/issues/3673";>#3673</a></li>
   <li>Add throwable stacktrace to 
<code>ShouldNotContainCharSequence</code></li>
   <li>Remove unused code and other minor cleanup <a 
href="https://redirect.github.com/assertj/assertj/issues/3683";>#3683</a></li>
   <li>Simplify comparison strategy <code>isLessThan</code> and 
<code>isLessThanOrEqualTo</code> in <code>AbstractComparisonStrategy</code> <a 
href="https://redirect.github.com/assertj/assertj/issues/3694";>#3694</a></li>
   <li>Update <code>AbstractCharSequenceAssert.java</code> reference <a 
href="https://redirect.github.com/assertj/assertj/issues/3700";>#3700</a></li>
   <li>Include stack trace of internal errors in all/any satisfy assertions</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/assertj/assertj/commit/74a8a44fdb5b1bb4b3020c31cebba59fafcc7aec";><code>74a8a44</code></a>
 [maven-release-plugin] prepare release assertj-build-3.27.0</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/ba362288917230d1476a2950b99e666e690a0552";><code>ba36228</code></a>
 Bump version to prepare 3.27.0 version</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/f4d9c8f40dc8d1cc012c0ca42b24c62c469b3183";><code>f4d9c8f</code></a>
 Bump version to prepare 3.27.0 version</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/6d15943b55fb04a1eb9a3351a318ba59ad7c7d37";><code>6d15943</code></a>
 chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.6.3.Final to 
6....</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/e1b0a4e39c6ffb923f12b95d03ff4075686f406e";><code>e1b0a4e</code></a>
 Custom Equality (BiPredicate) Comparator - resolves <a 
href="https://redirect.github.com/assertj/assertj/issues/3678";>#3678</a></li>
   <li><a 
href="https://github.com/assertj/assertj/commit/d92ba37948c7c979f04e17f232c66ac90e7b8a96";><code>d92ba37</code></a>
 Quality Improvements (<a 
href="https://redirect.github.com/assertj/assertj/issues/3697";>#3697</a>)</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/36e63c3bf423461d7afd500f2d43ffe98e1f5282";><code>36e63c3</code></a>
 Add <code>isNotEmpty</code> to <code>Table</code> assertions (<a 
href="https://redirect.github.com/assertj/assertj/issues/3559";>#3559</a>)</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/de48db62289556fb7452366adbbe60d47f7fff2f";><code>de48db6</code></a>
 chore(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (<a 
href="https://redirect.github.com/assertj/assertj/issues/3705";>#3705</a>)</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/b04f8a385dce2710e316d956937cf7b85de48d74";><code>b04f8a3</code></a>
 chore(deps): bump byte-buddy.version from 1.15.10 to 1.15.11 (<a 
href="https://redirect.github.com/assertj/assertj/issues/3703";>#3703</a>)</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/6500d22206d4716b825772f1f6d372eb5723fefd";><code>6500d22</code></a>
 chore(deps): bump junit-jupiter.version from 5.11.3 to 5.11.4 (<a 
href="https://redirect.github.com/assertj/assertj/issues/3702";>#3702</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/assertj/assertj/compare/assertj-build-3.26.3...assertj-build-3.27.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.assertj:assertj-core&package-manager=gradle&previous-version=3.26.3&new-version=3.27.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 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: notifications-unsubscr...@ignite.apache.org

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

Reply via email to