Skip to content

Commit fe6954e

Browse files
Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.21.0 to 2.22.0 (#680)
Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 2.21.0 to 2.22.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>2.22.0</h2> <h2>What's Changed</h2> <ul> <li>refactor: add <a href="https://github.com/Nullable"><code>@​Nullable</code></a> to methods who may return null by <a href="https://github.com/nielsdebruin"><code>@​nielsdebruin</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/621">openrewrite/rewrite-testing-frameworks#621</a></li> <li>Add <code>@MockitoSettings(strictness = ...)</code> based on how Mockito is used, not based on version alone by <a href="https://github.com/Jenson3210"><code>@​Jenson3210</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/623">openrewrite/rewrite-testing-frameworks#623</a></li> <li>Drop RetainStrictnessWarn; replaced with <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/623">#623</a> by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/625">openrewrite/rewrite-testing-frameworks#625</a></li> <li>Added default warn strictness if no strictness modifiers are used. by <a href="https://github.com/Jenson3210"><code>@​Jenson3210</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/626">openrewrite/rewrite-testing-frameworks#626</a></li> <li>SimplifyChainedAssertJAssertion drops method calls in replacement by <a href="https://github.com/jtymes"><code>@​jtymes</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/629">openrewrite/rewrite-testing-frameworks#629</a></li> <li>Add JMockit's MockUp to Mockito migration by <a href="https://github.com/SiBorea"><code>@​SiBorea</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/599">openrewrite/rewrite-testing-frameworks#599</a></li> <li>Initial support for DbRider migration from junit4 to junit5 by <a href="https://github.com/Jenson3210"><code>@​Jenson3210</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/627">openrewrite/rewrite-testing-frameworks#627</a></li> <li><code>assertInstanceOf</code> not converted from JUnit5 to assertJ by <a href="https://github.com/timo-abele"><code>@​timo-abele</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/606">openrewrite/rewrite-testing-frameworks#606</a></li> <li>Add <code>VerifyZeroToNoMoreInteractions</code> for Mockito 2 by <a href="https://github.com/jevanlingen"><code>@​jevanlingen</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/631">openrewrite/rewrite-testing-frameworks#631</a></li> <li>Added handling of org.mockito.Mockito.eq(..) when simplifying mockito matchers by <a href="https://github.com/adambir"><code>@​adambir</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/635">openrewrite/rewrite-testing-frameworks#635</a></li> <li>Update AssertJ recipes to current recipe code style by <a href="https://github.com/jevanlingen"><code>@​jevanlingen</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/633">openrewrite/rewrite-testing-frameworks#633</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nielsdebruin"><code>@​nielsdebruin</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/621">openrewrite/rewrite-testing-frameworks#621</a></li> <li><a href="https://github.com/Jenson3210"><code>@​Jenson3210</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/623">openrewrite/rewrite-testing-frameworks#623</a></li> <li><a href="https://github.com/jtymes"><code>@​jtymes</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/629">openrewrite/rewrite-testing-frameworks#629</a></li> <li><a href="https://github.com/SiBorea"><code>@​SiBorea</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/599">openrewrite/rewrite-testing-frameworks#599</a></li> <li><a href="https://github.com/jevanlingen"><code>@​jevanlingen</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/631">openrewrite/rewrite-testing-frameworks#631</a></li> <li><a href="https://github.com/adambir"><code>@​adambir</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/635">openrewrite/rewrite-testing-frameworks#635</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v2.21.0...v2.22.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v2.21.0...v2.22.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/a04dd14271fdd7f1fc88a183b3bd5d1e67d92164"><code>a04dd14</code></a> Drop workaround following upstream fix</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/ef62c319fd5b4b77b030fcb409b11402debdf121"><code>ef62c31</code></a> Create a mockito upgrade recipe that just does 4 -&gt; 5, so it can be included ...</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/9a5b4448ac33f470743bf428d11e9023a062eb76"><code>9a5b444</code></a> Document that the JUnit to AssertJ migration includes Jupiter</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/eb1e066ff0eab4d1766eb8e6787e4197d389eb41"><code>eb1e066</code></a> refactor: Update Gradle wrapper</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/909f0ebbc5f5ad3f599476306efcd3af0476ff09"><code>909f0eb</code></a> Update AssertJ recipes to current recipe code style (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/633">#633</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/671addcda3325aeeca3335f736bbce701178212a"><code>671addc</code></a> Added handling of org.mockito.Mockito.eq(..) when simplifying mockito matcher...</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/6d665a0f3e8c10c515fd31716dd189603c49f2b4"><code>6d665a0</code></a> Do not execute Mockito1to4Migration twice in JUnit4to5Migration</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/9118a3c6ea88cf483d35b10107a313a364e646e9"><code>9118a3c</code></a> Add <code>VerifyZeroToNoMoreInteractions</code> for Mockito 2 (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/631">#631</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/da61d9541ff9bbf8187d6b554bb264972bb589eb"><code>da61d95</code></a> <code>assertInstanceOf</code> not converted from JUnit5 to assertJ (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/606">#606</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/c4ab9a5c5cd0c0e8a992a02bf9a5177d68638a1d"><code>c4ab9a5</code></a> Initial support for DbRider migration from junit4 to junit5 (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/627">#627</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v2.21.0...v2.22.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.21.0&new-version=2.22.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 3514aa8 + 41a04f4 commit fe6954e

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.21.0</version>
1018+
<version>2.22.0</version>
10191019
</dependency>
10201020
<dependency>
10211021
<groupId>org.openrewrite.recipe</groupId>

0 commit comments

Comments
 (0)