Skip to content

Commit 0685322

Browse files
Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#3064)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.3 to 3.27.4. <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.4</h2> <h2>:no_entry_sign: Deprecated</h2> <h3>Core</h3> <ul> <li>Deprecate <code>org.assertj.core.annotations.Beta</code> in favor of <code>org.assertj.core.annotation.Beta</code></li> <li>Deprecate <code>org.assertj.core.util.CanIgnoreReturnValue</code> in favor of <code>org.assertj.core.annotation.CanIgnoreReturnValue</code></li> <li>Deprecate <code>org.assertj.core.util.CheckReturnValue</code> in favor of <code>org.assertj.core.annotation.CheckReturnValue</code></li> </ul> <h2>:bug: Bug Fixes</h2> <h3>Core</h3> <ul> <li>Fix thread-safety in <code>AbstractDateAssert</code> <a href="https://redirect.github.com/assertj/assertj/issues/3874">#3874</a></li> </ul> <h2>:zap: Improvements</h2> <ul> <li>Migrate to the Central Publisher Portal, enable snapshot publishing <a href="https://redirect.github.com/assertj/assertj/issues/3881">#3881</a></li> </ul> <h3>Core</h3> <ul> <li>Annotate <code>fail</code> methods with custom <code>@contract</code> <a href="https://redirect.github.com/assertj/assertj/issues/3882">#3882</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thanks to all the contributors who worked on this release:</p> <p><a href="https://github.com/kelunik"><code>@​kelunik</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assertj/assertj/commit/7a64cde8b3bc135c6ff763ba5aecf6cbbe0831db"><code>7a64cde</code></a> [maven-release-plugin] prepare release assertj-build-3.27.4</li> <li><a href="https://github.com/assertj/assertj/commit/feb5f6fd75a59945121f1da25116f26ec6cdf48d"><code>feb5f6f</code></a> Annotate <code>fail</code> methods with custom <code>@contract</code> (<a href="https://redirect.github.com/assertj/assertj/issues/3882">#3882</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/43e8b65784862bcf0950ee68bf6144a57a995947"><code>43e8b65</code></a> Deprecate <code>org.assertj.core.util.CheckReturnValue</code> in favor of `org.assertj.c...</li> <li><a href="https://github.com/assertj/assertj/commit/1bf8cd611009cdb8f9d6d9df770f9fc1cf12d8f3"><code>1bf8cd6</code></a> Deprecate <code>org.assertj.core.util.CanIgnoreReturnValue</code> in favor of `org.asser...</li> <li><a href="https://github.com/assertj/assertj/commit/72d08b2209e02d0d93e9c7b71d469288c68db68a"><code>72d08b2</code></a> Deprecate <code>org.assertj.core.annotations.Beta</code> in favor of `org.assertj.core.a...</li> <li><a href="https://github.com/assertj/assertj/commit/475c2eb16fb40fd87f372e7c7b6b5e2114493b02"><code>475c2eb</code></a> Polish</li> <li><a href="https://github.com/assertj/assertj/commit/fdc9bc5ea5c20770c16d2145e2f92b795daa359f"><code>fdc9bc5</code></a> Skip tests during snapshot publishing</li> <li><a href="https://github.com/assertj/assertj/commit/8f4a1b57e82fd38d3aa8df2649b15c5569ca8973"><code>8f4a1b5</code></a> Migrate to the Central Publisher Portal, enable snapshot publishing (<a href="https://redirect.github.com/assertj/assertj/issues/3881">#3881</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/7461b681568b762c8ee8052f2a5558a5bfc99691"><code>7461b68</code></a> Fix thread-safety in <code>AbstractDateAssert</code> (<a href="https://redirect.github.com/assertj/assertj/issues/3874">#3874</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/015f09517599a26e0ce38148fd6849d76a43793b"><code>015f095</code></a> Remove EOL Java 23</li> <li>Additional commits viewable in <a href="https://github.com/assertj/assertj/compare/assertj-build-3.27.3...assertj-build-3.27.4">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.27.3&new-version=3.27.4)](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>
1 parent 106010e commit 0685322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</developers>
3838
<properties>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40-
<assertj.core.version>3.27.3</assertj.core.version>
40+
<assertj.core.version>3.27.4</assertj.core.version>
4141
<eclipse.lifecycle.mapping.version>1.0.0</eclipse.lifecycle.mapping.version>
4242
<java.version>1.8</java.version>
4343
<jmh.version>1.37</jmh.version>

0 commit comments

Comments
 (0)