Commit 3481ef2
authored
Build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.27.0 to 3.28.0 (#1616)
Bumps
[org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks)
from 3.27.0 to 3.28.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/releases">org.openrewrite.recipe:rewrite-testing-frameworks's
releases</a>.</em></p>
<blockquote>
<h2>3.28.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix 6 issues in AssertJ recipe migrations by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/911">openrewrite/rewrite-testing-frameworks#911</a></li>
<li>Preserve throws clause when checked exceptions exist outside
assertThrows. by <a
href="https://github.com/motlin"><code>@motlin</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/899">openrewrite/rewrite-testing-frameworks#899</a></li>
<li>Pin AssertJ to stable 3.27.7 by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/913">openrewrite/rewrite-testing-frameworks#913</a></li>
<li>Add .contextSensitive() to Hamcrest conversion templates and improve
type matching in <code>CollapseConsecutiveAssertThatStatements</code> by
<a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/912">openrewrite/rewrite-testing-frameworks#912</a></li>
<li>Fix 2 AssertJ migration recipe issues found via large-scale
validation by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/914">openrewrite/rewrite-testing-frameworks#914</a></li>
<li>Add Hamcrest to AssertJ recipes for hasProperty, everyItem, and
hasItem(Matcher) by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/916">openrewrite/rewrite-testing-frameworks#916</a></li>
<li>Add missing Hamcrest not(Matcher) to AssertJ conversions by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/917">openrewrite/rewrite-testing-frameworks#917</a></li>
<li>Do not incorrectly strip method calls from assertion arguments by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/918">openrewrite/rewrite-testing-frameworks#918</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.27.0...v3.28.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.27.0...v3.28.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/c2860b487d24069fe47efe8ebc380bc74ba73c49"><code>c2860b4</code></a>
OpenRewrite recipe best practices</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/c75ba779c91a28148bcc8cbc8012d7c9c9418bb4"><code>c75ba77</code></a>
Do not incorrectly strip method calls from assertion arguments (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/918">#918</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/bf275395bd5afa536e2b0d205f458a117a67ab41"><code>bf27539</code></a>
Add missing Hamcrest <code>not(Matcher)</code> to AssertJ conversions
(<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/866">#866</a>)
(<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/917">#917</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/4f3f340eca51f0ba102e8c39b1ff5fcfaeec8d44"><code>4f3f340</code></a>
Update Gradle wrapper to 9.3.1</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/a850e44855a8ac87221603b74e0843deb60b63a7"><code>a850e44</code></a>
Add Hamcrest to AssertJ recipes for hasProperty, everyItem, and
hasItem(Match...</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/16f1501ef5ccbb00b54e8d9a39513dd6ee3ec007"><code>16f1501</code></a>
Fix 2 AssertJ migration recipe issues found via large-scale validation
(<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/914">#914</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/c270c74aa11051b484cced2c160f373cfef55069"><code>c270c74</code></a>
Add .contextSensitive() to Hamcrest conversion templates and improve
type mat...</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/00bc57f5e2053007a54a1ec1b879e52316373dfd"><code>00bc57f</code></a>
Pin AssertJ to stable 3.27.7 (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/913">#913</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/36ebbba19eb9c4c9bc1ed1eabe79f253101d96bf"><code>36ebbba</code></a>
Preserve throws clause when checked exceptions exist outside
assertThrows. (#...</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/58d22384308ce3bbb61c4d594f8677465c0e9557"><code>58d2238</code></a>
OpenRewrite recipe best practices</li>
<li>Additional commits viewable in <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.27.0...v3.28.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
1035 | | - | |
| 1035 | + | |
1036 | 1036 | | |
1037 | 1037 | | |
1038 | 1038 | | |
| |||
0 commit comments