Skip to content

Commit

Permalink
chore(java): bump org.assertj:assertj-core from 3.25.3 to 3.26.0 in /…
Browse files Browse the repository at this point in the history
…java (#1885)

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj)
from 3.25.3 to 3.26.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>v.3.26.0</h2>
<h2>:boom: Breaking Changes</h2>
<h3>Core</h3>
<ul>
<li>
<p>Delegate <code>OptionalDouble</code> value comparison to
<code>Double.compare</code> in <code>hasValue</code> assertion <a
href="https://redirect.github.com/assertj/assertj/issues/3411">#3411</a></p>
<!-- raw HTML omitted -->
<p>This fixes the comparison of <code>NaN</code> values which wasn't
working the way the <code>hasValue</code> Javadoc describes.</p>
<p>The previous behavior can be obtained with
<code>getAsDouble</code>:</p>
<pre
lang="java"><code>assertThat(OptionalDouble.of(Double.NaN).getAsDouble()).isSameAs(Double.NaN);
</code></pre>
<!-- raw HTML omitted -->
</li>
</ul>
<h2>:no_entry_sign: Deprecated</h2>
<h3>Core</h3>
<ul>
<li>Deprecate <code>ObjectAssertFactory</code> in favor of
<code>Assertions.assertThat(Object)</code></li>
<li>Deprecate <code>AssertionErrorFactory</code> in favor of
<code>AssertionErrorCreator</code></li>
<li>Deprecate <code>catchThrowableOfType(ThrowingCallable, Class)</code>
in favor of <code>catchThrowableOfType(Class, ThrowingCallable)</code>
<a
href="https://redirect.github.com/assertj/assertj/issues/2823">#2823</a></li>
<li>Deprecate <code>assertThat(Iterable, AssertFactory)</code>,
<code>assertThat(Iterable, Class)</code> and their respective
<code>then</code> variants <a
href="https://redirect.github.com/assertj/assertj/issues/3453">#3453</a></li>
</ul>
<h2>:sparkles: New Features</h2>
<h3>Core</h3>
<ul>
<li>Support multiple <code>AfterAssertionErrorCollected</code> callbacks
<a
href="https://redirect.github.com/assertj/assertj/issues/3313">#3313</a></li>
<li>Add <code>InstanceOfAssertFactory</code> for <code>Set</code>
instances <a
href="https://redirect.github.com/assertj/assertj/issues/3325">#3325</a></li>
<li>Add <code>doesNotContainKey</code> and
<code>doesNotContainKeys</code> to Guava <code>Multimap</code>
assertions <a
href="https://redirect.github.com/assertj/assertj/issues/3334">#3334</a></li>
<li>Add assertions for JDK <code>YearMonth</code> type <a
href="https://redirect.github.com/assertj/assertj/issues/3142">#3142</a></li>
<li>Add <code>TemporalAssert</code> type <a
href="https://redirect.github.com/assertj/assertj/issues/3404">#3404</a></li>
<li>Add <code>ignoringFieldsOfTypesMatchingRegexes</code> <a
href="https://redirect.github.com/assertj/assertj/issues/3369">#3369</a></li>
<li>Add <code>fail(Throwable)</code> and <code>fail()</code> variants <a
href="https://redirect.github.com/assertj/assertj/issues/3204">#3204</a></li>
<li>Add <code>isPrivate</code> to <code>Class</code> assertions</li>
<li>Add <code>doesNot[Start/End]WithWhitespace</code> methods to
<code>CharSequence</code> assertions <a
href="https://redirect.github.com/assertj/assertj/issues/3441">#3441</a></li>
<li>Add <code>createAssert(ValueProvider)</code> to
<code>AssertFactory</code> <a
href="https://redirect.github.com/assertj/assertj/issues/3377">#3377</a></li>
<li>Add <code>values()</code> navigation method to
<code>AbstractMapAssert</code> <a
href="https://redirect.github.com/assertj/assertj/issues/3297">#3297</a></li>
<li>Add
<code>bytes()</code>/<code>bytes(Charset)</code>/<code>bytes(String)</code>
navigation methods to <code>AbstractStringAssert</code> <a
href="https://redirect.github.com/assertj/assertj/issues/3232">#3232</a></li>
<li>Add <code>doesNotThrowAnyExceptionExcept</code> to
<code>AbstractThrowableAssert</code> <a
href="https://redirect.github.com/assertj/assertj/issues/3261">#3261</a></li>
<li>Add <code>hasPermittedSubclasses</code> to <code>Class</code>
assertions <a
href="https://redirect.github.com/assertj/assertj/issues/3316">#3316</a></li>
<li>Add <code>isUnmodifiable</code> to <code>Iterator</code> assertions
<a
href="https://redirect.github.com/assertj/assertj/issues/3477">#3477</a></li>
</ul>
<h2>:bug: Bug Fixes</h2>
<h3>Core</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/assertj/assertj/commit/b7aae0383d4a06b9f7e3ee82aa94039e4ce49711"><code>b7aae03</code></a>
[maven-release-plugin] prepare release assertj-build-3.26.0</li>
<li><a
href="https://github.com/assertj/assertj/commit/be4cf7cea4d703a76107217afc2083dbe015b7a4"><code>be4cf7c</code></a>
Add <code>isUnmodifiable</code> to <code>Iterator</code> assertions (<a
href="https://redirect.github.com/assertj/assertj/issues/3477">#3477</a>)</li>
<li><a
href="https://github.com/assertj/assertj/commit/6e760db4f2288f9de0f88a874273bdcfda072cb4"><code>6e760db</code></a>
chore(deps-dev): bump org.springframework:spring-core from 5.3.35 to
5.3.36 (...</li>
<li><a
href="https://github.com/assertj/assertj/commit/29d2bbeb5c5ba640ce73f63f717719044a5efeff"><code>29d2bbe</code></a>
chore(deps): bump byte-buddy.version from 1.14.15 to 1.14.16 (<a
href="https://redirect.github.com/assertj/assertj/issues/3487">#3487</a>)</li>
<li><a
href="https://github.com/assertj/assertj/commit/97b642a0b462fe0ad25255800f9531eaa44c4c15"><code>97b642a</code></a>
Rebuild default date formats used to parse string as dates when the
default t...</li>
<li><a
href="https://github.com/assertj/assertj/commit/9eeb352e1188b8398a952fc9819a5173d44f8fe0"><code>9eeb352</code></a>
Refactor tests covering date string conversion</li>
<li><a
href="https://github.com/assertj/assertj/commit/9707d51dae690505f6bd25102a6dd3f70800923d"><code>9707d51</code></a>
chore(deps): bump kotlin.version from 1.9.24 to 2.0.0 (<a
href="https://redirect.github.com/assertj/assertj/issues/3484">#3484</a>)</li>
<li><a
href="https://github.com/assertj/assertj/commit/6bab51761c59a25ec933baad919236d3f45bea6d"><code>6bab517</code></a>
chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.5.1.Final
to 6....</li>
<li><a
href="https://github.com/assertj/assertj/commit/5f70fec3ec07e19b032aeb821710f08e1de326c1"><code>5f70fec</code></a>
Reduce Qodana verbosity in PRs</li>
<li><a
href="https://github.com/assertj/assertj/commit/99f2991a15323a3e4afe009d62aac43cca589067"><code>99f2991</code></a>
Fix <code>Instant</code> conversion with <code>Date</code> assertions
(<a
href="https://redirect.github.com/assertj/assertj/issues/3467">#3467</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/assertj/assertj/compare/assertj-build-3.25.3...assertj-build-3.26.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=maven&previous-version=3.25.3&new-version=3.26.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent 319ba01 commit 6a1a117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.3</version>
<version>3.26.0</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
Expand Down

0 comments on commit 6a1a117

Please sign in to comment.