Skip to content

Commit a4ab514

Browse files
authored
Build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.38.0 to 3.42.1 (#1859)
Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 3.38.0 to 3.42.1. <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>v3.42.1</h2> <h2>What's Changed</h2> <ul> <li>KotlinTestMethodsShouldReturnUnit: exclude <a href="https://github.com/TestFactory"><code>@​TestFactory</code></a> methods by <a href="https://github.com/neil-mushell"><code>@​neil-mushell</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1052">openrewrite/rewrite-testing-frameworks#1052</a></li> <li>AssertEqualsNullToAssertNull: support Kotlin via LST manipulation by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1053">openrewrite/rewrite-testing-frameworks#1053</a></li> <li>Fix Hamcrest not() unwrap infinite loop and support CoreMatchers by <a href="https://github.com/Jammy-Louie"><code>@​Jammy-Louie</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1054">openrewrite/rewrite-testing-frameworks#1054</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/neil-mushell"><code>@​neil-mushell</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1052">openrewrite/rewrite-testing-frameworks#1052</a></li> <li><a href="https://github.com/Jammy-Louie"><code>@​Jammy-Louie</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1054">openrewrite/rewrite-testing-frameworks#1054</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.42.0...v3.42.1">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.42.0...v3.42.1</a></p> <h2>3.42.0</h2> <h2>What's Changed</h2> <ul> <li>Support Kotlin sources in <code>AssertThrowsOnLastStatement</code> by <a href="https://github.com/vlsi"><code>@​vlsi</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1048">openrewrite/rewrite-testing-frameworks#1048</a></li> <li>Use range selector so JUnit5to6Migration gates on Java 17 or higher by <a href="https://github.com/steve-aom-elliott"><code>@​steve-aom-elliott</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1049">openrewrite/rewrite-testing-frameworks#1049</a></li> <li>Simplify JUnit5to6Migration minimum Java version to '17' by <a href="https://github.com/steve-aom-elliott"><code>@​steve-aom-elliott</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1050">openrewrite/rewrite-testing-frameworks#1050</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vlsi"><code>@​vlsi</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1048">openrewrite/rewrite-testing-frameworks#1048</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.41.0...v3.42.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.41.0...v3.42.0</a></p> <h2>3.41.0</h2> <h2>What's Changed</h2> <ul> <li>Keep <code>mockStatic</code> import in <code>CleanupMockitoImports</code> when type info is incomplete by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1047">openrewrite/rewrite-testing-frameworks#1047</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.40.0...v3.41.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.40.0...v3.41.0</a></p> <h2>v3.39.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>PowerMockWhiteboxGetFieldToJavaReflection</code> recipe by <a href="https://github.com/MBoegers"><code>@​MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1025">openrewrite/rewrite-testing-frameworks#1025</a></li> <li>Add <code>PowerMockWhiteboxGetMethodToJavaReflection</code> recipe by <a href="https://github.com/MBoegers"><code>@​MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1026">openrewrite/rewrite-testing-frameworks#1026</a></li> <li>Add <code>PowerMockWhiteboxInvokeConstructorToJavaReflection</code> recipe by <a href="https://github.com/MBoegers"><code>@​MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1027">openrewrite/rewrite-testing-frameworks#1027</a></li> <li>Expand TestNG to AssertJ assertion coverage by <a href="https://github.com/juherr"><code>@​juherr</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1028">openrewrite/rewrite-testing-frameworks#1028</a></li> <li>Flag un-migratable PowerMock powermock-reflect usage with a comment by <a href="https://github.com/MBoegers"><code>@​MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1016">openrewrite/rewrite-testing-frameworks#1016</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/juherr"><code>@​juherr</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1028">openrewrite/rewrite-testing-frameworks#1028</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.38.0...v3.39.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.38.0...v3.39.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/f0f55abf1414ab1f3dd44ab5fa2b2ffffcd24d65"><code>f0f55ab</code></a> Fix Hamcrest not() unwrap infinite loop and support CoreMatchers (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1054">#1054</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/fa03dcc06b84f89411e0b358c64dd3ac659092bf"><code>fa03dcc</code></a> OpenRewrite recipe best practices</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/224c5ebb42ea181c2579f7047e4cd3130a29669f"><code>224c5eb</code></a> AssertEqualsNullToAssertNull: support Kotlin via LST manipulation (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1053">#1053</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/cc1032964e35f82c5ba98e9340c40b2294160c0e"><code>cc10329</code></a> KotlinTestMethodsShouldReturnUnit: exclude <a href="https://github.com/TestFactory"><code>@​TestFactory</code></a> methods (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1052">#1052</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/2b5d8526dc226ff4794716133b2d0780eb257530"><code>2b5d852</code></a> Keep Mockito dependency managed in Mockito1to3Migration multi-module builds</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/e2dffcaf7ea1486cc10c23e5a45444fec5ab453f"><code>e2dffca</code></a> OpenRewrite recipe best practices</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/c709cec39a30ef12990715b5d96501604f16ade9"><code>c709cec</code></a> Simplify JUnit5to6Migration minimum Java version to '17' (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1050">#1050</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/d3830c04a67edd51b3d9784c6429dfab7997b356"><code>d3830c0</code></a> Use range selector so JUnit5to6Migration gates on Java 17 or higher (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1049">#1049</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/b0b1f19daed5e26989059ed4b49edb2a43e3dd6c"><code>b0b1f19</code></a> Support Kotlin sources in <code>AssertThrowsOnLastStatement</code> (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1048">#1048</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/2e6d48581b900086309249b4fbd62c25d6764cb9"><code>2e6d485</code></a> OpenRewrite recipe best practices</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.38.0...v3.42.1">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.38.0&new-version=3.42.1)](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 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 64d4ac5 + b3baeca commit a4ab514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@
10651065
<dependency>
10661066
<groupId>org.openrewrite.recipe</groupId>
10671067
<artifactId>rewrite-testing-frameworks</artifactId>
1068-
<version>3.38.0</version>
1068+
<version>3.42.1</version>
10691069
</dependency>
10701070
<dependency>
10711071
<groupId>org.openrewrite.recipe</groupId>

0 commit comments

Comments
 (0)