Commit a2d7322
authored
Build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.33.0 to 3.34.0 (#1682)
Bumps
[org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks)
from 3.33.0 to 3.34.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.34.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove empty if blocks after initMocks/openMocks cleanup by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/952">openrewrite/rewrite-testing-frameworks#952</a></li>
<li>Extend SimplifyMockitoVerifyWhenGiven for more S6068 cases by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/953">openrewrite/rewrite-testing-frameworks#953</a></li>
<li>Add RemoveDoNothingForDefaultMocks to Mockito1to3Migration by <a
href="https://github.com/bmuschko"><code>@bmuschko</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/956">openrewrite/rewrite-testing-frameworks#956</a></li>
<li>Skip private method stubbing in PowerMockitoDoStubbingToMockito by
<a href="https://github.com/bmuschko"><code>@bmuschko</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/957">openrewrite/rewrite-testing-frameworks#957</a></li>
<li>Fix AssertToAssertionsTest expectations for static imports by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/958">openrewrite/rewrite-testing-frameworks#958</a></li>
<li>Add ThenThrowCheckedExceptionToRuntimeException recipe by <a
href="https://github.com/bmuschko"><code>@bmuschko</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/954">openrewrite/rewrite-testing-frameworks#954</a></li>
<li>Fix AnyToNullable removing any() import when untyped any() still
used by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/960">openrewrite/rewrite-testing-frameworks#960</a></li>
<li>Rename implicit <a
href="https://github.com/MethodSource"><code>@MethodSource</code></a>
methods in RemoveTestPrefix by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/961">openrewrite/rewrite-testing-frameworks#961</a></li>
<li>Add UpgradeWiremockDependencyVersion recipe by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/963">openrewrite/rewrite-testing-frameworks#963</a></li>
<li>Support intermediate methods in SimplifyChainedAssertJAssertion by
<a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/962">openrewrite/rewrite-testing-frameworks#962</a></li>
<li>Add MigrateToOracleFree recipe for Testcontainers by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/964">openrewrite/rewrite-testing-frameworks#964</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.33.0...v3.34.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.33.0...v3.34.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/d650cdbbcc2fa26cdb0f920853acff4ad77925d8"><code>d650cdb</code></a>
Add MigrateToOracleFree recipe for Testcontainers (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/964">#964</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/d08715b6c7de6a2a532d612217b4ebd284d58f28"><code>d08715b</code></a>
Support intermediate methods in SimplifyChainedAssertJAssertion (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/812">#812</a>)
(<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/962">#962</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/03beae52ad624bd7f39fa721c770d9ee1da0a09d"><code>03beae5</code></a>
Add UpgradeWiremockDependencyVersion recipe (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/427">#427</a>)
(<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/963">#963</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/dbdd9d1be498091d80532d1c8fb095168186ea66"><code>dbdd9d1</code></a>
Rename implicit <a
href="https://github.com/MethodSource"><code>@MethodSource</code></a>
methods in RemoveTestPrefix (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/961">#961</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/168f433faa5e9694966fcb62390a9f3ed75b5663"><code>168f433</code></a>
Fix AnyToNullable removing any() import when untyped any() is still used
(<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/35">#35</a>...</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/144f337fd8e2654ef0fd2efcb5d064bf835da87c"><code>144f337</code></a>
OpenRewrite recipe best practices</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/c33bba2cf6da0df3b9ce1723dbb672f10619dd97"><code>c33bba2</code></a>
Add ThenThrowCheckedExceptionToRuntimeException recipe (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/954">#954</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/a5c1ffdbe669be0e0b0e0c02a2e008d836526bf2"><code>a5c1ffd</code></a>
Fix AssertToAssertionsTest expectations for static imports (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/958">#958</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/36b3640e0b6f224a839461654e1949a573efd4f6"><code>36b3640</code></a>
Skip private method stubbing in PowerMockitoDoStubbingToMockito (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/957">#957</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/f044f96a4133d0ab99e2f8250999724ef39c4cba"><code>f044f96</code></a>
Add RemoveDoNothingForDefaultMocks to Mockito1to3Migration (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/956">#956</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.33.0...v3.34.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