Skip to content

Commit 942e1fa

Browse files
Build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.30.0 to 3.31.0 (#1661)
Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 3.30.0 to 3.31.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.31.0</h2> <h2>What's Changed</h2> <ul> <li>Fix AssertThrowsOnLastStatement crash on TypeCast arguments by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/933">openrewrite/rewrite-testing-frameworks#933</a></li> <li>Functions annotated with TestFactory must return a value hence must be ignored by TestMethodsShouldBeVoid recipe by <a href="https://github.com/barbulescu"><code>@​barbulescu</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/935">openrewrite/rewrite-testing-frameworks#935</a></li> <li>Fix empty setUp/tearDown generation and missing public modifier for JUnit 4 by <a href="https://github.com/bmuschko"><code>@​bmuschko</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/936">openrewrite/rewrite-testing-frameworks#936</a></li> <li>Fix AssertThrowsOnLastStatement cursor chain for JavaTemplate compatibility by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/938">openrewrite/rewrite-testing-frameworks#938</a></li> <li>Convert ArgumentMatcher anonymous class to lambda in Mockito migration by <a href="https://github.com/bmuschko"><code>@​bmuschko</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/937">openrewrite/rewrite-testing-frameworks#937</a></li> <li>Add apiguardian-api to annotation processor classpath by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/939">openrewrite/rewrite-testing-frameworks#939</a></li> <li>Add mockito-junit-jupiter dependency when MockitoExtension is introduced by <a href="https://github.com/bmuschko"><code>@​bmuschko</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/941">openrewrite/rewrite-testing-frameworks#941</a></li> <li>Add PowerMockRunnerDelegateToRunWith recipe by <a href="https://github.com/bmuschko"><code>@​bmuschko</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/940">openrewrite/rewrite-testing-frameworks#940</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/barbulescu"><code>@​barbulescu</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/935">openrewrite/rewrite-testing-frameworks#935</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.30.0...v3.31.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.30.0...v3.31.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/b15c883377ee78b8757eb1badfd5e6835acfd448"><code>b15c883</code></a> Extract documentation examples from tests</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/f00b917f62e914b5ae278e98d4e0bc00514934ad"><code>f00b917</code></a> Add PowerMockRunnerDelegateToRunWith recipe (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/940">#940</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/fc88d78b7db7c2a54dc047c166d841b0e36fe0f1"><code>fc88d78</code></a> Add mockito-junit-jupiter dependency when MockitoExtension is introduced (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/941">#941</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/259e4c9051cdfd955bd4950c38e33d7ee0cec7dd"><code>259e4c9</code></a> Add apiguardian-api to annotation processor classpath to suppress warnings (#...</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/9f7bb0e604bc65631e84df49b3466d2423703083"><code>9f7bb0e</code></a> Convert ArgumentMatcher anonymous class to lambda in Mockito migration (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/937">#937</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/72438fcec49136961b25613705d38393c290dbaa"><code>72438fc</code></a> Fix AssertThrowsOnLastStatement cursor chain for JavaTemplate compatibility (...</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/dedddc97ed3cf18cf3831bcef5dd6d51019c5d37"><code>dedddc9</code></a> OpenRewrite recipe best practices</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/f737da509c9ef41a6efc2ff2d210e7a10ac8f60b"><code>f737da5</code></a> Fix empty setUp/tearDown generation and missing public modifier for JUnit 4 (...</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/014300f4b32c9524239f9d861ad84da0a835bfeb"><code>014300f</code></a> functions annotated with TestFactory must return a value hence must be ignore...</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/cad9d1916cc5e4d069d2ddd48b34443119d2c268"><code>cad9d19</code></a> Fix AssertThrowsOnLastStatement crash on TypeCast arguments (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/933">#933</a>)</li> <li>See full diff in <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.30.0...v3.31.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.30.0&new-version=3.31.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 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 d31f09e + 4870979 commit 942e1fa

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
@@ -1032,7 +1032,7 @@
10321032
<dependency>
10331033
<groupId>org.openrewrite.recipe</groupId>
10341034
<artifactId>rewrite-testing-frameworks</artifactId>
1035-
<version>3.30.0</version>
1035+
<version>3.31.0</version>
10361036
</dependency>
10371037
<dependency>
10381038
<groupId>org.openrewrite.recipe</groupId>

0 commit comments

Comments
 (0)