Skip to content

Commit

Permalink
Merge #34
Browse files Browse the repository at this point in the history
34: Bump assertj-core from 3.21.0 to 3.22.0 r=pihme a=dependabot[bot]

Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.21.0 to 3.22.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/assertj/assertj-core/commit/5e4779c76ae0fffc6c44f174cd54dfbdefa9b57f"><code>5e4779c</code></a> [maven-release-plugin] prepare release assertj-core-3.22.0</li>
<li><a href="https://github.com/assertj/assertj-core/commit/2213028a9fa12dd35ac9f8235465d5ef1a23ba89"><code>2213028</code></a> Fix javadoc</li>
<li><a href="https://github.com/assertj/assertj-core/commit/1b3c46d0455c4c489196ffa0ed977f1cddfbcf44"><code>1b3c46d</code></a> Update bdnrun version</li>
<li><a href="https://github.com/assertj/assertj-core/commit/83c6e071333058fce3fbbed58159d5684c348f2d"><code>83c6e07</code></a> Add a default implementation for unambiguousToStringOf in Representation.</li>
<li><a href="https://github.com/assertj/assertj-core/commit/35bed614bbe9f9db2d69d4f14280b44f79a69ec0"><code>35bed61</code></a> Javadoc improvements</li>
<li><a href="https://github.com/assertj/assertj-core/commit/ab9cb2228c6865ff0f3cddd604cde5edaf6dbdd8"><code>ab9cb22</code></a> Bump project version to 3.22.0-SNAPSHOT</li>
<li><a href="https://github.com/assertj/assertj-core/commit/6cd581150bcf2a2527378578d6c548f2071489b9"><code>6cd5811</code></a> Add <code>catchThrowableOfType</code> enriched alternatives (<a href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2410">#2410</a>)</li>
<li><a href="https://github.com/assertj/assertj-core/commit/367d1104a80c8b562db90e0105c796dd5e48ac84"><code>367d110</code></a> Javadoc typo</li>
<li><a href="https://github.com/assertj/assertj-core/commit/0a5bf8d5aac46d24d2bdc1e10595e507ece3ddbc"><code>0a5bf8d</code></a> Add <code>doesNotReturn</code> to <code>Object</code> assertions (<a href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2453">#2453</a>)</li>
<li><a href="https://github.com/assertj/assertj-core/commit/471e8a80347dc6e759e58a5ead7f700532e00dc6"><code>471e8a8</code></a> Switch to the official Maven Wrapper by Apache (<a href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2452">#2452</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/assertj/assertj-core/compare/assertj-core-3.21.0...assertj-core-3.22.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.21.0&new-version=3.22.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 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
zeebe-bors[bot] and dependabot[bot] authored Mar 4, 2022
2 parents 9a3c431 + e150708 commit ac0c73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.21.0</version>
<version>3.22.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ac0c73d

Please sign in to comment.