Commit a5bd69f
authored
Build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.17.0 to 3.18.0 (#1393)
Bumps
[org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks)
from 3.17.0 to 3.18.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>v3.18.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Google Truth to AssertJ migration by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/819">openrewrite/rewrite-testing-frameworks#819</a></li>
<li>Migrate Byteman on JUnit 4 to JUnit 5 using <code>WithByteman</code>
by <a
href="https://github.com/marcosgopen"><code>@marcosgopen</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/818">openrewrite/rewrite-testing-frameworks#818</a></li>
<li>Add JUnit 5.14 migration recipes for deprecated APIs by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/820">openrewrite/rewrite-testing-frameworks#820</a></li>
<li>truth migration adds assertj-core by <a
href="https://github.com/sullis"><code>@sullis</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/822">openrewrite/rewrite-testing-frameworks#822</a></li>
<li>Add missing JUnit 6 migration recipes by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/823">openrewrite/rewrite-testing-frameworks#823</a></li>
<li>remove dependency: google truth by <a
href="https://github.com/sullis"><code>@sullis</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/821">openrewrite/rewrite-testing-frameworks#821</a></li>
<li>OpenRewrite recipe best practices by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/825">openrewrite/rewrite-testing-frameworks#825</a></li>
<li>Various JMockit fixes by <a
href="https://github.com/knutwannheden"><code>@knutwannheden</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/824">openrewrite/rewrite-testing-frameworks#824</a></li>
<li>Fixing bug in <code>MockitoWhenOnStaticToMockStatic</code> related
to originally not using the FQN of the class when detecting it from a
<code>when(X.y())</code> style usage. 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/826">openrewrite/rewrite-testing-frameworks#826</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/marcosgopen"><code>@marcosgopen</code></a>
made their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/818">openrewrite/rewrite-testing-frameworks#818</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.17.0...v3.18.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.17.0...v3.18.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/d5f68391c76793c83348f3d91faace9787fc4a8c"><code>d5f6839</code></a>
Fixing bug in <code>MockitoWhenOnStaticToMockStatic</code> related to
originally not usi...</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/05d00139057037c21804a9ff4f0bce0241ad49c0"><code>05d0013</code></a>
Various JMockit fixes (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/824">#824</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/093bc4793a2a09b40656800226769a2db327b193"><code>093bc47</code></a>
OpenRewrite recipe best practices (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/825">#825</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/436eeb4813c60c5c7a47336926cbbb504cda2c4b"><code>436eeb4</code></a>
Apply best practices cleanup</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/0d24ee24c18c755166b9e5dea2731a3278c2e518"><code>0d24ee2</code></a>
remove dependency: google truth (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/821">#821</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/c4fb5baeeb6fde1bfc0ad7790cbeda2730231b38"><code>c4fb5ba</code></a>
Add missing JUnit 6 migration recipes (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/823">#823</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/7554a68ce506a39c4786d2dfd651c0288c61564a"><code>7554a68</code></a>
Add space before <code>\<constructor></code> method matchers</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/11dc1abce787067232b655346bd02280ea5ba654"><code>11dc1ab</code></a>
truth migration adds assertj-core (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/822">#822</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/4b3372605182b86a29e26839bab4d47bbbd9f8b4"><code>4b33726</code></a>
Add JUnit 5.14 migration recipes for deprecated APIs (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/820">#820</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/726f047a80fce9521baba4d0eacc8b61113b0cd4"><code>726f047</code></a>
Migrate Byteman on JUnit 4 to JUnit 5 using <code>WithByteman</code> (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/818">#818</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.17.0...v3.18.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 | |
|---|---|---|---|
| |||
1043 | 1043 | | |
1044 | 1044 | | |
1045 | 1045 | | |
1046 | | - | |
| 1046 | + | |
1047 | 1047 | | |
1048 | 1048 | | |
1049 | 1049 | | |
| |||
0 commit comments