Skip to content

Commit e22156a

Browse files
Build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.23.0 to 3.24.0 (#1519)
Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 3.23.0 to 3.24.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.24.0</h2> <h2>What's Changed</h2> <ul> <li>Recipe to check that Kotlin test methods return Unit by <a href="https://github.com/greg-dennis"><code>@​greg-dennis</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/871">openrewrite/rewrite-testing-frameworks#871</a></li> <li>Reorder <code>maybeRemoveImport</code> before <code>maybeAddImport</code> by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/873">openrewrite/rewrite-testing-frameworks#873</a></li> <li>Add test for Kotlin by <a href="https://github.com/Laurens-W"><code>@​Laurens-W</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/876">openrewrite/rewrite-testing-frameworks#876</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/greg-dennis"><code>@​greg-dennis</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/871">openrewrite/rewrite-testing-frameworks#871</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.23.0...v3.24.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.23.0...v3.24.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/5459e889f2c3b208e71939f9985dd00d4eed7ab3"><code>5459e88</code></a> Add test for Kotlin (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/876">#876</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/20cca1340511593e82eacf4967efbc09df62ba22"><code>20cca13</code></a> Only match methods with test annotations</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/9803871935a582904b7269fdf592f808160f873b"><code>9803871</code></a> Reorder <code>maybeRemoveImport</code> before <code>maybeAddImport</code> (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/873">#873</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/42c22af49c76f298e46ad84518176f06a62561a1"><code>42c22af</code></a> Add documentation example for <code>KotlinTestMethodsShouldReturnUnit</code></li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/f378cb5c6b5200ba7ffd64d4ad98ff40f47b2021"><code>f378cb5</code></a> Recipe to check that Kotlin test methods return Unit (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/871">#871</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/69f23b7b09c9b7cb78728f0376c89f907ed3cb43"><code>69f23b7</code></a> OpenRewrite recipe best practices</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/76041b72e3fae9870c640d761f6ed8be983b3f62"><code>76041b7</code></a> Remove unused local variable</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/edf6bcd080212011273a124a44b281461b8c033c"><code>edf6bcd</code></a> Add test for Kotlin</li> <li>See full diff in <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.23.0...v3.24.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.23.0&new-version=3.24.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 4d8ef7a + dad9f2f commit e22156a

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

0 commit comments

Comments
 (0)