Commit e85296f
authored
Build(deps): Bump org.openrewrite.recipe:rewrite-migrate-java from 3.33.1 to 3.34.0 (#1717)
Bumps
[org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java)
from 3.33.1 to 3.34.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>3.34.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Ensure <code>case</code> always has a space before the label in
<code>IfElseIfConstructToSwitch</code> by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1071">openrewrite/rewrite-migrate-java#1071</a></li>
<li>Add <code>UsePredicateNot</code> to replace cast-and-negate with
<code>Predicate.not(..)</code> by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1072">openrewrite/rewrite-migrate-java#1072</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.33.0...v3.34.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.33.0...v3.34.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/61c17778f9e8df95d3ba7a93f6a47415799a8fd6"><code>61c1777</code></a>
Extract documentation examples from tests</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/95028a50df2c3ab08e8e69c4d8137f16cefb9b4f"><code>95028a5</code></a>
Add <code>UsePredicateNot</code> to replace cast-and-negate with
<code>Predicate.not(..)</code> (<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1">#1</a>...</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/a58b8b2a8545391ecb83323645ee9f400a67d0a6"><code>a58b8b2</code></a>
Ensure <code>case</code> always has a space before the label in
`IfElseIfConstructToSwit...</li>
<li>See full diff in <a
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.33.1...v3.34.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1037 | 1037 | | |
1038 | 1038 | | |
1039 | 1039 | | |
1040 | | - | |
| 1040 | + | |
1041 | 1041 | | |
1042 | 1042 | | |
1043 | 1043 | | |
| |||
0 commit comments