Commit d1fbc7e
authored
Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.3.0 to 3.4.0 (#982)
Bumps
[org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks)
from 3.3.0 to 3.4.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.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix final field <code>@InjectMock</code> recipe by <a
href="https://github.com/nielsdebruin"><code>@nielsdebruin</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/679">openrewrite/rewrite-testing-frameworks#679</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.3.0...v3.4.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.3.0...v3.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/bd2f5970e5028b2c5f4e2cb8a5021ed800030c61"><code>bd2f597</code></a>
Recreate TypeTable using OpenRewrite v4.48.0</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/a21615420d2265412efaba64abd798a0ba8ce7be"><code>a216154</code></a>
Unconditionally add the import for assertThrows, got a report where the
templ...</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/f4a0a01656b3476cd3cf2cefc29816f4efdb75b3"><code>f4a0a01</code></a>
Adopt <code>testRuntimeOnly(gradleApi())</code> over missing
`gradle-enterprise-gradle-p...</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/0e65b4eab447cd288c399352e3be7b61b5aeca63"><code>0e65b4e</code></a>
Fix final field <a
href="https://github.com/InjectMock"><code>@InjectMock</code></a>
recipe (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/679">#679</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/26b1009bc10f5d05b617f83ab380d4e3b1982646"><code>26b1009</code></a>
Fix failing test</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/6a05589e3d36579a0e46b1634b94047a1e283d8a"><code>6a05589</code></a>
refactor: Update Gradle wrapper</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/65f94ac46d36de40d2e470e020e2d235e13ef6f8"><code>65f94ac</code></a>
Fix serializability of <code>FindUnitTests</code> recipe</li>
<li>See full diff in <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.3.0...v3.4.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
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1015 | 1015 | | |
1016 | 1016 | | |
1017 | 1017 | | |
1018 | | - | |
| 1018 | + | |
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
| |||
0 commit comments