Skip to content

Commit fe2b23e

Browse files
Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#494)
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 73d0789 commit fe2b23e

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

hamming-error-correction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.assertj</groupId>
3939
<artifactId>assertj-core</artifactId>
40-
<version>3.27.3</version>
40+
<version>3.27.4</version>
4141
<scope>test</scope>
4242
</dependency>
4343

java-11-string-api-updates/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.assertj</groupId>
4343
<artifactId>assertj-core</artifactId>
44-
<version>3.27.3</version>
44+
<version>3.27.4</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

java-advanced-groupingby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.assertj</groupId>
4343
<artifactId>assertj-core</artifactId>
44-
<version>3.27.3</version>
44+
<version>3.27.4</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

java-archunit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.assertj</groupId>
5555
<artifactId>assertj-core</artifactId>
56-
<version>3.27.3</version>
56+
<version>3.27.4</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>

java-collectors-teeing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.assertj</groupId>
5858
<artifactId>assertj-core</artifactId>
59-
<version>3.27.3</version>
59+
<version>3.27.4</version>
6060
<scope>test</scope>
6161
</dependency>
6262
</dependencies>

java-collectors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.assertj</groupId>
5858
<artifactId>assertj-core</artifactId>
59-
<version>3.27.3</version>
59+
<version>3.27.4</version>
6060
<scope>test</scope>
6161
</dependency>
6262
</dependencies>

java-completable-future-allof/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.assertj</groupId>
4949
<artifactId>assertj-core</artifactId>
50-
<version>3.27.3</version>
50+
<version>3.27.4</version>
5151
<scope>test</scope>
5252
</dependency>
5353
</dependencies>

java-completable-future-timeouts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.assertj</groupId>
4343
<artifactId>assertj-core</artifactId>
44-
<version>3.27.3</version>
44+
<version>3.27.4</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

java-completion-order-spliterator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.assertj</groupId>
4848
<artifactId>assertj-core</artifactId>
49-
<version>3.27.3</version>
49+
<version>3.27.4</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>

java-design-patterns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.assertj</groupId>
4343
<artifactId>assertj-core</artifactId>
44-
<version>3.27.3</version>
44+
<version>3.27.4</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

0 commit comments

Comments
 (0)