Skip to content

Commit

Permalink
chore(maven): bump the openrewrite-dependencies group with 3 updates (#…
Browse files Browse the repository at this point in the history
…755)

Bumps the openrewrite-dependencies group with 3 updates:
[org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis),
[org.openrewrite.recipe:rewrite-recommendations](https://github.com/openrewrite/rewrite-recommendations)
and
[org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).

Updates `org.openrewrite.recipe:rewrite-static-analysis` from 1.22.0 to
2.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/openrewrite/rewrite-static-analysis/releases">org.openrewrite.recipe:rewrite-static-analysis's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Guard against missing <code>Cs</code> class now that dependency is
provided by <a
href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/438">openrewrite/rewrite-static-analysis#438</a></li>
<li><code>ReplaceDuplicateStringLiterals</code> throws NPE from 1.19.0+
<a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/384">#384</a>
by <a href="https://github.com/adambir"><code>@​adambir</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/385">openrewrite/rewrite-static-analysis#385</a></li>
<li>Methods are not ambiguous if their argument size differs by <a
href="https://github.com/timtebeek"><code>@​timtebeek</code></a> fixes
<a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/427">openrewrite/rewrite-static-analysis#427</a></li>
<li>ReplaceOptionalIsPresentWithIfPresent should not convert when
exception could be thrownby <a
href="https://github.com/timtebeek"><code>@​timtebeek</code></a> fixes
<a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/435">openrewrite/rewrite-static-analysis#435</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/adambir"><code>@​adambir</code></a> made
their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/385">openrewrite/rewrite-static-analysis#385</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-static-analysis/compare/v2.0.0...v2.0.1">https://github.com/openrewrite/rewrite-static-analysis/compare/v2.0.0...v2.0.1</a></p>
<h2>2.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li><code>NullableOnMethodReturnType</code> should not change identity
on package private methods by <a
href="https://github.com/kmccarp"><code>@​kmccarp</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/404">openrewrite/rewrite-static-analysis#404</a></li>
<li>Verify <code>EqualsAvoidsNullVisitor</code> works well for chained
method calls by <a
href="https://github.com/punkratz312"><code>@​punkratz312</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/412">openrewrite/rewrite-static-analysis#412</a></li>
<li>refactor: Enum values should be compared with &quot;==&quot; by <a
href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/414">openrewrite/rewrite-static-analysis#414</a></li>
<li><code>UseLambdaForFunctionalInterface</code> recipe should not
convert when code uses a static field from enum constructor by <a
href="https://github.com/jevanlingen"><code>@​jevanlingen</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/415">openrewrite/rewrite-static-analysis#415</a></li>
<li>Lambda by <a
href="https://github.com/punkratz312"><code>@​punkratz312</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/419">openrewrite/rewrite-static-analysis#419</a></li>
<li>Collapse constitutionals in SimplifyBooleanExpression by <a
href="https://github.com/punkratz312"><code>@​punkratz312</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/421">openrewrite/rewrite-static-analysis#421</a></li>
<li>Use <code>provided</code> configuration for optional language
dependencies by <a
href="https://github.com/jevanlingen"><code>@​jevanlingen</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/411">openrewrite/rewrite-static-analysis#411</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kmccarp"><code>@​kmccarp</code></a> made
their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/404">openrewrite/rewrite-static-analysis#404</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-static-analysis/compare/v1.22.0...v2.0.0">https://github.com/openrewrite/rewrite-static-analysis/compare/v1.22.0...v2.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-static-analysis/commit/9fa19587f081008c6e3fdbd797fc7d21dd659847"><code>9fa1958</code></a>
Methods are not ambiguous if their argument size differs</li>
<li><a
href="https://github.com/openrewrite/rewrite-static-analysis/commit/871554c269674b98a7953c6e96ec0da6e2f63bf8"><code>871554c</code></a>
<code>ReplaceDuplicateStringLiterals</code> throws NPE from 1.19.0+ <a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/384">#384</a>
(<a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/385">#385</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-static-analysis/commit/004f102f6b9e1f278dc17bb36bd1bb1e374098b5"><code>004f102</code></a>
<code>ReplaceOptionalIsPresentWithIfPresent</code> should not convert
when exception cou...</li>
<li><a
href="https://github.com/openrewrite/rewrite-static-analysis/commit/8b843d0483e1275dbc9b3f0139656ce76b803434"><code>8b843d0</code></a>
Guard against missing Cs class now that dependency is provided (<a
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/438">#438</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-static-analysis/commit/c72e0d2427285136710ea01fd652fbec4c6c341b"><code>c72e0d2</code></a>
Update README.md</li>
<li><a
href="https://github.com/openrewrite/rewrite-static-analysis/commit/dfdb3eb3035a0d5d4454fa4fba87d7f6d7fa4798"><code>dfdb3eb</code></a>
Retain whitespace before annotations in NoFinalizedLocalVariables</li>
<li><a
href="https://github.com/openrewrite/rewrite-static-analysis/commit/9d252a1eb5a431239a857ae2538924437736dddc"><code>9d252a1</code></a>
Fix ClassCastException in ReplaceOptionalIsPresentWithIfPresent</li>
<li><a
href="https://github.com/openrewrite/rewrite-static-analysis/commit/bc9aeb2c254c49fa525478bcc4f9b29ef04303df"><code>bc9aeb2</code></a>
Fix bungled imports</li>
<li><a
href="https://github.com/openrewrite/rewrite-static-analysis/commit/5f04682c6fabe3b6ba5dc1de6a33ee00554b8a8b"><code>5f04682</code></a>
Fix ClassCastException in UnnecessaryThrows recipe</li>
<li><a
href="https://github.com/openrewrite/rewrite-static-analysis/commit/37c8568b65a2232da30bac01e32eb777bc29576f"><code>37c8568</code></a>
Remove some <code>JavaTemplate.Builder#contextSensitive()</code>
calls</li>
<li>Additional commits viewable in <a
href="https://github.com/openrewrite/rewrite-static-analysis/compare/v1.22.0...v2.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.openrewrite.recipe:rewrite-recommendations` from 1.14.2 to
1.15.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/openrewrite/rewrite-recommendations/releases">org.openrewrite.recipe:rewrite-recommendations's
releases</a>.</em></p>
<blockquote>
<h2>1.15.0</h2>
<h2>What's Changed</h2>
<ul>
<li>refactor: Remove expired suppressions by <a
href="https://github.com/lkerford"><code>@​lkerford</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-recommendations/pull/24">openrewrite/rewrite-recommendations#24</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lkerford"><code>@​lkerford</code></a>
made their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-recommendations/pull/24">openrewrite/rewrite-recommendations#24</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-recommendations/compare/v1.14.1...v1.15.0">https://github.com/openrewrite/rewrite-recommendations/compare/v1.14.1...v1.15.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-recommendations/commit/b313b4f6a5cfff6285137e8c46580d25816620fe"><code>b313b4f</code></a>
refactor: Remove expired suppressions (<a
href="https://redirect.github.com/openrewrite/rewrite-recommendations/issues/24">#24</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-recommendations/commit/ee723592dcb97715039c0feda3137ffe4b6bd6ad"><code>ee72359</code></a>
Update openrewrite.yml to enforce CompareEnumsWithEqualityOperator</li>
<li><a
href="https://github.com/openrewrite/rewrite-recommendations/commit/ce31e19e2975dea2de347547a864a67e5d3eb89f"><code>ce31e19</code></a>
refactor: Update Gradle wrapper</li>
<li>See full diff in <a
href="https://github.com/openrewrite/rewrite-recommendations/compare/v1.14.2...v1.15.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.openrewrite.maven:rewrite-maven-plugin` from 5.47.3 to
6.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/openrewrite/rewrite-maven-plugin/releases">org.openrewrite.maven:rewrite-maven-plugin's
releases</a>.</em></p>
<blockquote>
<h2>6.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Enable Develocity remote build cache on CI by <a
href="https://github.com/nielsdebruin"><code>@​nielsdebruin</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/922">openrewrite/rewrite-maven-plugin#922</a></li>
<li>Updating Suppressions by <a
href="https://github.com/lkerford"><code>@​lkerford</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/923">openrewrite/rewrite-maven-plugin#923</a></li>
<li>Add TomlParser by <a
href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/925">openrewrite/rewrite-maven-plugin#925</a></li>
<li>chore(ci): bump org.assertj:assertj-bom from 3.27.0 to 3.27.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/926">openrewrite/rewrite-maven-plugin#926</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lkerford"><code>@​lkerford</code></a>
made their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/923">openrewrite/rewrite-maven-plugin#923</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.47.3...v6.0.0">https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.47.3...v6.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-maven-plugin/commit/b0c6ae1ed414ec2957f5e66b1e3e3933cf7c824c"><code>b0c6ae1</code></a>
[maven-release-plugin] prepare release v6.0.0</li>
<li><a
href="https://github.com/openrewrite/rewrite-maven-plugin/commit/e02310b9f27d78bab4be4840052209e5021c1664"><code>e02310b</code></a>
Bump rewrite.version properties</li>
<li><a
href="https://github.com/openrewrite/rewrite-maven-plugin/commit/635850e9c917327c548d2679df68033e589bc4d0"><code>635850e</code></a>
Target 6.0.0 next</li>
<li><a
href="https://github.com/openrewrite/rewrite-maven-plugin/commit/a79e865eefc09e0394b50bf9bf1f0fb88dc55b44"><code>a79e865</code></a>
Drop dependency on Commons IOUtils in tests</li>
<li><a
href="https://github.com/openrewrite/rewrite-maven-plugin/commit/e7a559dacc56764208b0f664e6cc61b4e2b0f9c5"><code>e7a559d</code></a>
chore(ci): bump org.assertj:assertj-bom from 3.27.0 to 3.27.2 (<a
href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/926">#926</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-maven-plugin/commit/fe6287b23b7940cb3bfb8ba44a03de442852e45f"><code>fe6287b</code></a>
Add TomlParser (<a
href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/925">#925</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-maven-plugin/commit/e740c70439387042b71d95cd65308565a3358464"><code>e740c70</code></a>
Updating Suppressions (<a
href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/923">#923</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-maven-plugin/commit/d953978dbdca413a912725a227917b888d064954"><code>d953978</code></a>
Enable Develocity remote build cache on CI (<a
href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/922">#922</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-maven-plugin/commit/4cea05b9bffeb1ef4769ed379146092903dd619d"><code>4cea05b</code></a>
Bump rewrite.version properties</li>
<li><a
href="https://github.com/openrewrite/rewrite-maven-plugin/commit/c98ead73d84dd858a0e89de32c560369a7d9b489"><code>c98ead7</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.47.3...v6.0.0">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>
  • Loading branch information
SaptarshiSarkar12 authored Jan 13, 2025
2 parents 3796dab + f43fcc5 commit f59a2e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.47.3</version>
<version>6.0.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.recommendations.CodeHealth</recipe>
Expand All @@ -57,12 +57,12 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-static-analysis</artifactId>
<version>1.22.0</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recommendations</artifactId>
<version>1.14.2</version>
<version>1.15.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit f59a2e0

Please sign in to comment.