Skip to content

Commit 49126e5

Browse files
Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.24.0 to 3.0.0 (#804)
Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 2.24.0 to 3.0.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.0.0</h2> <h2>What's Changed</h2> <ul> <li>add Mockito1to4MigrationTest by <a href="https://github.com/sullis"><code>@​sullis</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/651">openrewrite/rewrite-testing-frameworks#651</a></li> <li>Add recipe for replacing deprecated method AbstractDateAssert by <a href="https://github.com/kthoms"><code>@​kthoms</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/655">openrewrite/rewrite-testing-frameworks#655</a></li> <li>Add recipes for migrating Arquillian from JUnit 4 to JUnit 5. by <a href="https://github.com/jamezp"><code>@​jamezp</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/654">openrewrite/rewrite-testing-frameworks#654</a></li> <li>Add <code>Mockito1to5MigrationTest</code> to verify dependencies are upgraded by <a href="https://github.com/sullis"><code>@​sullis</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/656">openrewrite/rewrite-testing-frameworks#656</a></li> <li>improve assertions in Mockito1to5MigrationTest by <a href="https://github.com/sullis"><code>@​sullis</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/657">openrewrite/rewrite-testing-frameworks#657</a></li> <li>refactor: Enum values should be compared with &quot;==&quot; by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/658">openrewrite/rewrite-testing-frameworks#658</a></li> <li>refactor: Remove expired suppressions by <a href="https://github.com/lkerford"><code>@​lkerford</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/659">openrewrite/rewrite-testing-frameworks#659</a></li> <li>[660] Use the correct implementation of the MethodOrderer for the <a href="https://github.com/Te"><code>@​Te</code></a>… by <a href="https://github.com/jamezp"><code>@​jamezp</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/661">openrewrite/rewrite-testing-frameworks#661</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kthoms"><code>@​kthoms</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/655">openrewrite/rewrite-testing-frameworks#655</a></li> <li><a href="https://github.com/jamezp"><code>@​jamezp</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/654">openrewrite/rewrite-testing-frameworks#654</a></li> <li><a href="https://github.com/lkerford"><code>@​lkerford</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/659">openrewrite/rewrite-testing-frameworks#659</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v2.24.0...v3.0.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v2.24.0...v3.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/a4a0e111bc084308556a8e9d2b76a37991b614ac"><code>a4a0e11</code></a> [660] Use the correct implementation of the MethodOrderer for the <a href="https://github.com/TestMethod"><code>@​TestMethod</code></a>...</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/1e78caa80aa0b52ea2b41566fb2e35749662df66"><code>1e78caa</code></a> refactor: Remove expired suppressions (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/659">#659</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/ff78e07e7756c3d3f22234def556975c698f65e2"><code>ff78e07</code></a> Drop now removed unnecessary import</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/b9fa7561d96f075ea1e2ba311477a092f8b0e4e6"><code>b9fa756</code></a> Add <code>IsBuildGradle</code> precondition to <code>GradleUseJunitJupiter</code></li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/ea60250c5d8c2d72af4c9ab5bce05d9bfac6eb02"><code>ea60250</code></a> refactor: Enum values should be compared with &quot;==&quot; (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/658">#658</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/9993a672c9b207c0f2929168869dfdbe01ccf40e"><code>9993a67</code></a> improve assertions in Mockito1to5MigrationTest (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/657">#657</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/90f6d63db55c2e197016371b249db4f100846bbb"><code>90f6d63</code></a> Add <code>Mockito1to5MigrationTest</code> to verify dependencies are upgraded (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/656">#656</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/e9009a25a00ca30966464b45bd0d917e409b266e"><code>e9009a2</code></a> Add recipes for migrating Arquillian from JUnit 4 to JUnit 5. (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/654">#654</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/fc9d8b46f40b336d4ab0149078861f7743758a2b"><code>fc9d8b4</code></a> Add recipe for replacing deprecated method AbstractDateAssert (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/655">#655</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/6e9e190a18c3e4e5a845171f01bb4d723b8de812"><code>6e9e190</code></a> refactor: Update Gradle wrapper</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v2.24.0...v3.0.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=2.24.0&new-version=3.0.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 5471681 + f8ab73d commit 49126e5

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
@@ -1015,7 +1015,7 @@
10151015
<dependency>
10161016
<groupId>org.openrewrite.recipe</groupId>
10171017
<artifactId>rewrite-testing-frameworks</artifactId>
1018-
<version>2.24.0</version>
1018+
<version>3.0.0</version>
10191019
</dependency>
10201020
<dependency>
10211021
<groupId>org.openrewrite.recipe</groupId>

0 commit comments

Comments
 (0)