Commit c2ca9d0
authored
Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.9.0 to 3.10.0 (#1191)
Bumps
[org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks)
from 3.9.0 to 3.10.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.10.0</h2>
<h2>What's Changed</h2>
<ul>
<li>ExpectedExceptionToAssertThrows: Handle branching and var usage in
except methods by <a
href="https://github.com/amishra-u"><code>@amishra-u</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/721">openrewrite/rewrite-testing-frameworks#721</a></li>
<li>xmlunit 2.10.2 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/737">openrewrite/rewrite-testing-frameworks#737</a></li>
<li>Fix for Assertions.assertDoesNotThrow generator by <a
href="https://github.com/arodionov"><code>@arodionov</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/735">openrewrite/rewrite-testing-frameworks#735</a></li>
<li>Recipe for closing unclosed static mocks by <a
href="https://github.com/amishra-u"><code>@amishra-u</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/739">openrewrite/rewrite-testing-frameworks#739</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.9.0...v3.10.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.9.0...v3.10.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/d1e6bbba3e5ee0f17101470a6c6bc3910a6ed985"><code>d1e6bbb</code></a>
Do not include <code>CloseUnclosedStaticMocks</code> with
<code>Mockito1to4Migration</code></li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/97be007c275f94a4f248b753462bb1d40f1bddba"><code>97be007</code></a>
Recipe for closing unclosed static mocks (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/739">#739</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/0da767638346ebb2fe99ec87cfe4cd1a5076eb35"><code>0da7676</code></a>
Fix for Assertions.assertDoesNotThrow generator (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/735">#735</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/eb30ff69a74d1d04d36b4d8d0d799057c9b8c248"><code>eb30ff6</code></a>
refactor: OpenRewrite Recipe best practices</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/d15b0b2bdadaedbf1c64bc803ff51822cb77c4a9"><code>d15b0b2</code></a>
xmlunit 2.10.2 (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/737">#737</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/6fcf17a7743ad3448d9a23bb2dc8952ecaf5182c"><code>6fcf17a</code></a>
ExpectedExceptionToAssertThrows: Handle branching and var usage in
except met...</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/a3b9ecb7afab3b2e1697a75cfca66ef86e5f8a1d"><code>a3b9ecb</code></a>
refactor: Update Gradle wrapper</li>
<li>See full diff in <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.9.0...v3.10.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 | |
|---|---|---|---|
| |||
1041 | 1041 | | |
1042 | 1042 | | |
1043 | 1043 | | |
1044 | | - | |
| 1044 | + | |
1045 | 1045 | | |
1046 | 1046 | | |
1047 | 1047 | | |
| |||
0 commit comments