Skip to content

Commit 928a4b4

Browse files
Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.6.1 to 3.7.0 (#1104)
Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 3.6.1 to 3.7.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.7.0</h2> <h2>What's Changed</h2> <ul> <li>Convert JUnit AssertThrows with description message over to AssertJ by <a href="https://github.com/lewisbirks"><code>@​lewisbirks</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/699">openrewrite/rewrite-testing-frameworks#699</a></li> <li>Recipe to remove initMocks if specified JUnit runners by <a href="https://github.com/arodionov"><code>@​arodionov</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/695">openrewrite/rewrite-testing-frameworks#695</a></li> <li>Adding stale workflow 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/701">openrewrite/rewrite-testing-frameworks#701</a></li> <li>Convert JUnit AssertThrows with assigment over to AssertJ by <a href="https://github.com/lewisbirks"><code>@​lewisbirks</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/702">openrewrite/rewrite-testing-frameworks#702</a></li> <li>Adopt AssertJ NumberAssert by <a href="https://github.com/JohannisK"><code>@​JohannisK</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/698">openrewrite/rewrite-testing-frameworks#698</a></li> <li>Fix doc typo in SimplifyAssertJAssertion by <a href="https://github.com/stefanodallapalma"><code>@​stefanodallapalma</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/704">openrewrite/rewrite-testing-frameworks#704</a></li> <li>Fix: Don't modify regular test to parameterized test incorrectly 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/707">openrewrite/rewrite-testing-frameworks#707</a></li> <li>Add support for CsvSource migration 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/706">openrewrite/rewrite-testing-frameworks#706</a></li> <li>Fix ParameterizedRunnerToParameterized recipe: Preserve field-dependent setup logic 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/708">openrewrite/rewrite-testing-frameworks#708</a></li> <li>Recipe to replace <code>initMocks</code> with <code>openMocks</code> by <a href="https://github.com/arodionov"><code>@​arodionov</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/700">openrewrite/rewrite-testing-frameworks#700</a></li> <li>Implement MockitoJUnitRunner to Extension Recipe 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/709">openrewrite/rewrite-testing-frameworks#709</a></li> <li>Add support to migrate EnvironmentVariables TestRule 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/705">openrewrite/rewrite-testing-frameworks#705</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lewisbirks"><code>@​lewisbirks</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/699">openrewrite/rewrite-testing-frameworks#699</a></li> <li><a href="https://github.com/stefanodallapalma"><code>@​stefanodallapalma</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/704">openrewrite/rewrite-testing-frameworks#704</a></li> <li><a href="https://github.com/amishra-u"><code>@​amishra-u</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/707">openrewrite/rewrite-testing-frameworks#707</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.6.1...v3.7.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.6.1...v3.7.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/a5439b695e0435f8673eb8008396beb57dff9d3a"><code>a5439b6</code></a> Add <code>TestTemplate</code> to <code>TestsShouldNotBePublic</code></li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/ced18fcf850d615dadeff5f6810e686439af4fa8"><code>ced18fc</code></a> Adding OPS_GITHUB_ACTIONS_WEBHOOK for Slack notification of failures</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/959d79806cf02cd42b5168fe8e1cd89be098ce3c"><code>959d798</code></a> Add support to migrate EnvironmentVariables TestRule (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/705">#705</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/15905d7a7fe0ae81fbcbd600900b4fb7a4f9d4a7"><code>15905d7</code></a> Implement MockitoJUnitRunner to Extension Recipe (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/709">#709</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/4f669aa40bff13bfba72aed3dfe917b68ed50c6c"><code>4f669aa</code></a> Recipe to replace <code>initMocks</code> with <code>openMocks</code> (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/700">#700</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/247f25b6ee0a6c69234129406ad3f4f05fe17c99"><code>247f25b</code></a> refactor: Extract documentation examples from tests</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/e5867a39416a8838fa66fb92a5b478e618f0c463"><code>e5867a3</code></a> Fix ParameterizedRunnerToParameterized recipe: Preserve field-dependent setup...</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/83a8d7b0f7b8308241c6f7f71858c3dc4209372d"><code>83a8d7b</code></a> Look for the old type when adding <code>junit-jupiter-params</code></li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/263a22237f21fadfcffa7ccfdaa24b79b106ed27"><code>263a222</code></a> Add support for CsvSource migration (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/706">#706</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/fd6cf533b10a660603b6704a6a1d7dca9f276b79"><code>fd6cf53</code></a> Fix: Don't modify regular test to parameterized test incorrectly (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/707">#707</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.6.1...v3.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openrewrite.recipe:rewrite-testing-frameworks&package-manager=maven&previous-version=3.6.1&new-version=3.7.0)](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>
2 parents 1c5892c + db7c9cb commit 928a4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041
<dependency>
10421042
<groupId>org.openrewrite.recipe</groupId>
10431043
<artifactId>rewrite-testing-frameworks</artifactId>
1044-
<version>3.6.1</version>
1044+
<version>3.7.0</version>
10451045
</dependency>
10461046
<dependency>
10471047
<groupId>org.openrewrite.recipe</groupId>

0 commit comments

Comments
 (0)