Commit 522c68e
authored
Build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.22.0 to 3.23.0 (#1500)
Bumps
[org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks)
from 3.22.0 to 3.23.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.23.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>@ExtendWith(MockitoExtension.class)</code> Test using
Mockito Annotations by <a
href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/848">openrewrite/rewrite-testing-frameworks#848</a></li>
<li>Add troubleshooting context info when ParseError encountered in
<code>GradleUseJunitJupiter</code> by <a
href="https://github.com/greg-at-moderne"><code>@greg-at-moderne</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/852">openrewrite/rewrite-testing-frameworks#852</a></li>
<li>Fix/850 testcontainers2 migration only springboot4 by <a
href="https://github.com/Thomas-Iapichino"><code>@Thomas-Iapichino</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/854">openrewrite/rewrite-testing-frameworks#854</a></li>
<li>Fixed the expectation to be correctly spaced + formatted args by <a
href="https://github.com/Jenson3210"><code>@Jenson3210</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/855">openrewrite/rewrite-testing-frameworks#855</a></li>
<li>Simplify redundant AssertJ chains of <code>hasSize</code> and
<code>containsExactly</code> by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/857">openrewrite/rewrite-testing-frameworks#857</a></li>
<li>Simplify AssertJ <code>stream().map(Function)</code> to
<code>extracting(Function)</code> by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/856">openrewrite/rewrite-testing-frameworks#856</a></li>
<li><code>AssertThrowsOnLastStatement</code>: Support calls with lambda
parameters by <a
href="https://github.com/knutwannheden"><code>@knutwannheden</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/859">openrewrite/rewrite-testing-frameworks#859</a></li>
<li>Fix bugs in <code>HamcrestMatcherToAssertJ</code> and
<code>HamcrestIsMatcherToAssertJ</code> by <a
href="https://github.com/knutwannheden"><code>@knutwannheden</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/863">openrewrite/rewrite-testing-frameworks#863</a></li>
<li><code>HamcrestMatcherToAssertJ</code>: <code>isNull()</code> and
<code>isNotNull()</code> take no args by <a
href="https://github.com/knutwannheden"><code>@knutwannheden</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/864">openrewrite/rewrite-testing-frameworks#864</a></li>
<li>Fix variable name conflict in JMockit to Mockito migration by <a
href="https://github.com/knutwannheden"><code>@knutwannheden</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/865">openrewrite/rewrite-testing-frameworks#865</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Thomas-Iapichino"><code>@Thomas-Iapichino</code></a>
made their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/854">openrewrite/rewrite-testing-frameworks#854</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.22.0...v3.23.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.22.0...v3.23.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/fe6c49734dbacc1f66e6b53fb71736d6c435df6c"><code>fe6c497</code></a>
Update recipe documentation examples</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/fa953578b7a5644f0f60ff425c624a5146ab0e14"><code>fa95357</code></a>
Fix variable name conflict in JMockit to Mockito migration (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/865">#865</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/5869a993d1613d9dd875b9645d5d3037d6dda41a"><code>5869a99</code></a>
<code>HamcrestMatcherToAssertJ</code>: <code>isNull()</code> and
<code>isNotNull()</code> take no args (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/864">#864</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/6ea4619d2b13c3c0fc27d32270393cbcb523c657"><code>6ea4619</code></a>
Fix bugs in <code>HamcrestMatcherToAssertJ</code> and
<code>HamcrestIsMatcherToAssertJ</code> (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/863">#863</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/bd7ec84611aa075283e291904a31a640fbca8bee"><code>bd7ec84</code></a>
<code>AssertThrowsOnLastStatement</code>: Support calls with lambda
parameters (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/859">#859</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/959c88b1fca5a59d1708d235555abd7418bdb6a0"><code>959c88b</code></a>
Fix order of Hamcrest migration recipes</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/ebb0358b6d8fe9540d7618cf7946dbe5de22f658"><code>ebb0358</code></a>
<code>MigrateTruthToAssertJ</code> should not call
<code>RemoveUnusedImports</code> unrestricted</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/df6b865ae0f14c6ee2a7fc52334e7d3b2f6cf3a4"><code>df6b865</code></a>
Skip <code>CsvSourceToValueSource</code> if textBlock attribute is
used</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/d623f541e2861c16406f103d6d550b9d0ce58598"><code>d623f54</code></a>
Simplify AssertJ <code>stream().map(Function)</code> to
<code>extracting(Function)</code> (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/856">#856</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/a9829fb0b0f26a6ee2d970e98dab5b5d65e50c2f"><code>a9829fb</code></a>
Simplify redundant AssertJ chains of <code>hasSize</code> and
<code>containsExactly</code> (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/857">#857</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.22.0...v3.23.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 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>1 file changed
+1
-1
lines changed| 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