Commit 03a15c5
authored
Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.10.0 to 3.11.0 (#1251)
Bumps
[org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks)
from 3.10.0 to 3.11.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.11.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Drop <code>contextSensitive</code> from
<code>ExpectedExceptionToAssertThrows</code> by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/741">openrewrite/rewrite-testing-frameworks#741</a></li>
<li>CloseUnclosedStaticMocks: Handle Nested class, qualifiedclass name.
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/742">openrewrite/rewrite-testing-frameworks#742</a></li>
<li>Include additional AssertJ rules/recipes from Error Prone Support by
<a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/713">openrewrite/rewrite-testing-frameworks#713</a></li>
<li>Do not ever exclude junit if Testcontainers is used by <a
href="https://github.com/DidierLoiseau"><code>@DidierLoiseau</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/746">openrewrite/rewrite-testing-frameworks#746</a></li>
<li>Migrate Traits class usage to constructor calls by <a
href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/747">openrewrite/rewrite-testing-frameworks#747</a></li>
<li>testcontainers 1.21.x by <a
href="https://github.com/sullis"><code>@sullis</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/750">openrewrite/rewrite-testing-frameworks#750</a></li>
<li>refactor: Adopt <code>J.Literal.isLiteralValue(expression,
null)</code> by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/751">openrewrite/rewrite-testing-frameworks#751</a></li>
<li>xmlunit 2.10.3 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/753">openrewrite/rewrite-testing-frameworks#753</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/DidierLoiseau"><code>@DidierLoiseau</code></a>
made their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/746">openrewrite/rewrite-testing-frameworks#746</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.10.0...v3.11.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.10.0...v3.11.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/96c257fce217f14182fc0ea1a2ec148dfad2f63b"><code>96c257f</code></a>
Handle new <code>arquillian</code> release version range</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/d07d75c8bc093f322f59ab96d9c442889e4a524b"><code>d07d75c</code></a>
xmlunit 2.10.3 (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/753">#753</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/8c8c4506d5de851402f8a3141cecbc07f7954e37"><code>8c8c450</code></a>
refactor: Adopt <code>J.Literal.isLiteralValue(expression, null)</code>
(<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/751">#751</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/bcefa4e9d097dde6ceadf3929b912dc8e9661c2f"><code>bcefa4e</code></a>
refactor: Single <code>@DocumentExample</code> per test class</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/9a481dca7406c0698fd7edf847648a46199e28ae"><code>9a481dc</code></a>
testcontainers 1.21.x (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/750">#750</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/e8e3f80dd96becb9f531012d79046cbb3b877b98"><code>e8e3f80</code></a>
Update decription for RemoveTimesZeroAndOne</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/b1c1191ffde94e79e92cf7d751e4e9873478a2ea"><code>b1c1191</code></a>
Migrate Traits class usage to constructor calls (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/747">#747</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/3dd349c4f03076756ccda1db2998041fde3168a3"><code>3dd349c</code></a>
Do not ever exclude junit if Testcontainers is used (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/746">#746</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/c729084ae682671bc3f26f5e43be656104f0f8e5"><code>c729084</code></a>
refactor: Update Gradle wrapper</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/dc723fddc5b3c3885195fe941a9266e2cc4b4223"><code>dc723fd</code></a>
Use and expect a stable variable name again</li>
<li>Additional commits viewable in <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.10.0...v3.11.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 | |
|---|---|---|---|
| |||
1044 | 1044 | | |
1045 | 1045 | | |
1046 | 1046 | | |
1047 | | - | |
| 1047 | + | |
1048 | 1048 | | |
1049 | 1049 | | |
1050 | 1050 | | |
| |||
0 commit comments