Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.openrewrite.recipe:rewrite-migrate-java from 2.27.1 to 2.28.0 (
#656) Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 2.27.1 to 2.28.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openrewrite/rewrite-migrate-java/releases">org.openrewrite.recipe:rewrite-migrate-java's releases</a>.</em></p> <blockquote> <h2>2.28.0</h2> <h2>What's Changed</h2> <ul> <li>Keep whitespace between arguments in Guava immutable recipes by <a href="https://github.com/knutwannheden"><code>@knutwannheden</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/583">openrewrite/rewrite-migrate-java#583</a></li> <li>Fix Guava Immutable{Set|List|Map} by <a href="https://github.com/BramliAK"><code>@BramliAK</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/586">openrewrite/rewrite-migrate-java#586</a></li> <li>[2/x] Implement joda to java time migration recipe by <a href="https://github.com/amishra-u"><code>@amishra-u</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/582">openrewrite/rewrite-migrate-java#582</a></li> <li>Fix UseMapOf double brace init for non-string types by <a href="https://github.com/BramliAK"><code>@BramliAK</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/588">openrewrite/rewrite-migrate-java#588</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v2.27.1...v2.28.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v2.27.1...v2.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/7d7c0e456e19ad4e1b991a654b731f554b8eb59f"><code>7d7c0e4</code></a> Issue-566: Fix double brace init for non-string types (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/588">#588</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/3e98d8530a2e179f04ae316bcb20dcd4cd0e55b8"><code>3e98d85</code></a> Add withSideEffects:null to RemoveUnusedLocalVariables</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/669381d97efa3d542b950915010d7b4d41ae9a37"><code>669381d</code></a> [2/x] Implement joda to java time migration recipe (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/582">#582</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/4d09463f415cbe3813ede970cf40191be75a520a"><code>4d09463</code></a> Fix Guava Immutable{Set|List|Map} (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/586">#586</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/88e8ff2bc0cd461d42586f1f4633eab65a2a2eaf"><code>88e8ff2</code></a> Keep whitespace between arguments in Guava immutable recipes (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/583">#583</a>)</li> <li>See full diff in <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v2.27.1...v2.28.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-migrate-java&package-manager=maven&previous-version=2.27.1&new-version=2.28.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>
- Loading branch information