Commit cae259b
authored
Build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.26.0 to 3.27.0 (#1590)
Bumps
[org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks)
from 3.26.0 to 3.27.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.27.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Correcting MockWebServer migration for OkHttp by <a
href="https://github.com/steve-aom-elliott"><code>@steve-aom-elliott</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/849">openrewrite/rewrite-testing-frameworks#849</a></li>
<li>Add <code>ReturnActual</code> recipe for AssertJ by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/891">openrewrite/rewrite-testing-frameworks#891</a></li>
<li>Add <code>MockConstructionToTryWithResources</code> recipe by <a
href="https://github.com/jkschneider"><code>@jkschneider</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/892">openrewrite/rewrite-testing-frameworks#892</a></li>
<li>Add CleanupKotlinJUnit5AssertionImports recipe by <a
href="https://github.com/jkschneider"><code>@jkschneider</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/893">openrewrite/rewrite-testing-frameworks#893</a></li>
<li>Skip Kotlin files in PowerMockitoMockStaticToMockito by <a
href="https://github.com/jkschneider"><code>@jkschneider</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/894">openrewrite/rewrite-testing-frameworks#894</a></li>
<li>Add test cases for <code>MockedConstruction</code> pattern by <a
href="https://github.com/jkschneider"><code>@jkschneider</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/895">openrewrite/rewrite-testing-frameworks#895</a></li>
<li>Update byte buddy to a Java 25 compatible version by <a
href="https://github.com/Laurens-W"><code>@Laurens-W</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/897">openrewrite/rewrite-testing-frameworks#897</a></li>
<li>Followup after the formatting merge by <a
href="https://github.com/Jenson3210"><code>@Jenson3210</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/900">openrewrite/rewrite-testing-frameworks#900</a></li>
<li>Skip TemporaryFolder conversion when used in RuleChain. by <a
href="https://github.com/motlin"><code>@motlin</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/898">openrewrite/rewrite-testing-frameworks#898</a></li>
<li>Add JUnit 4 to JUnit 5 exception class migrations. by <a
href="https://github.com/motlin"><code>@motlin</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/902">openrewrite/rewrite-testing-frameworks#902</a></li>
<li>Make declarative recipes singletons by <a
href="https://github.com/sambsnyd"><code>@sambsnyd</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/905">openrewrite/rewrite-testing-frameworks#905</a></li>
<li>Handle method references in JUnit Assert to Assertions migration. by
<a href="https://github.com/motlin"><code>@motlin</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/901">openrewrite/rewrite-testing-frameworks#901</a></li>
<li>Add explicit test scope to AssertJ dependency additions by <a
href="https://github.com/Jenson3210"><code>@Jenson3210</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/903">openrewrite/rewrite-testing-frameworks#903</a></li>
<li>Skip SimplifyChainedAssertJAssertion when actual type has wildcard
type parameters by <a
href="https://github.com/knutwannheden"><code>@knutwannheden</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/906">openrewrite/rewrite-testing-frameworks#906</a></li>
<li>Revert "Add explicit test scope to AssertJ dependency additions
(<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/903">#903</a>)"
by <a href="https://github.com/Jenson3210"><code>@Jenson3210</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/907">openrewrite/rewrite-testing-frameworks#907</a></li>
<li>Fix AssertThrowsOnLastStatement to preserve parameterized types when
extracting arguments. by <a
href="https://github.com/motlin"><code>@motlin</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/908">openrewrite/rewrite-testing-frameworks#908</a></li>
<li>Enhance RemoveInitMocksIfRunnersSpecified to also remove openMocks
by <a href="https://github.com/dsgrieve"><code>@dsgrieve</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/904">openrewrite/rewrite-testing-frameworks#904</a></li>
<li><code>RemoveInitMocksIfRunnersSpecified</code> (or any recipe)
should not have a mutable static field by <a
href="https://github.com/Jenson3210"><code>@Jenson3210</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/910">openrewrite/rewrite-testing-frameworks#910</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/motlin"><code>@motlin</code></a> made
their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/898">openrewrite/rewrite-testing-frameworks#898</a></li>
<li><a href="https://github.com/dsgrieve"><code>@dsgrieve</code></a>
made their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/904">openrewrite/rewrite-testing-frameworks#904</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.26.0...v3.27.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.26.0...v3.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/41e6b4276bdc085ae72df6b807a5ccae446ae767"><code>41e6b42</code></a>
Extract documentation examples from tests</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/403dd48d43ff87ce49c5702a9295f830cb53fedf"><code>403dd48</code></a>
review comment (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/910">#910</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/e6c383b4801f7a763f1b85eb163091ec3869a962"><code>e6c383b</code></a>
Delete files</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/cf78c5a918e474b1842d8dc61bfecfbdd58a5e5f"><code>cf78c5a</code></a>
Enhance RemoveInitMocksIfRunnersSpecified to also remove openMocks (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/904">#904</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/75c12cdaec3b470ee9556e2006935b5ef8b785c3"><code>75c12cd</code></a>
Fix AssertThrowsOnLastStatement to preserve parameterized types when
extracti...</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/07b43cd8108f2c393336fe24c616c23339748b00"><code>07b43cd</code></a>
Revert "Add explicit test scope to AssertJ dependency additions (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/903">#903</a>)"
(<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/907">#907</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/3a67bb9b0ec6b291bdf429427f6b82974717c45d"><code>3a67bb9</code></a>
Skip SimplifyChainedAssertJAssertion when actual type has wildcard type
param...</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/02eba0f40f21d363103d52b12a9a63e61904c7d1"><code>02eba0f</code></a>
Add explicit test scope to AssertJ dependency additions (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/903">#903</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/4e799089d8b10621159fb701b16e50ffdb1079fb"><code>4e79908</code></a>
Handle method references in JUnit Assert to Assertions migration. (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/901">#901</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/35409b09a77ff3c5c33dbdcc0a8910defa872069"><code>35409b0</code></a>
Make declarative recipes singletons (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/905">#905</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.26.0...v3.27.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