dependabot[bot] opened a new pull request, #1635:
URL: https://github.com/apache/logging-log4j2/pull/1635

   Bumps 
[org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis)
 from 1.0.0 to 1.0.4.
   <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>1.0.4</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Replace week year (YYYY) with year (yyyy) in date formats by <a 
href="https://github.com/AlekSimpson";><code>@​AlekSimpson</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/129";>openrewrite/rewrite-static-analysis#129</a></li>
   <li>Add DataFlowSpec to ReplaceStackWithDeque by <a 
href="https://github.com/aaronist";><code>@​aaronist</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/135";>openrewrite/rewrite-static-analysis#135</a></li>
   <li>Tune/adjust static analysis recipes to work properly on Kotlin file. by 
<a href="https://github.com/kunli2";><code>@​kunli2</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/136";>openrewrite/rewrite-static-analysis#136</a></li>
   <li>Bug Fix for <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/121";>#121</a>
 by <a href="https://github.com/AlekSimpson";><code>@​AlekSimpson</code></a> in 
<a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/137";>openrewrite/rewrite-static-analysis#137</a></li>
   <li>refactor: Migrate rewrite from 7 to 8 by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/141";>openrewrite/rewrite-static-analysis#141</a></li>
   <li>Explicitly sorted streams should be collected to a LinkedHashSet to 
preserve order by <a 
href="https://github.com/RossZhang-cpu";><code>@​RossZhang-cpu</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/139";>openrewrite/rewrite-static-analysis#139</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/RossZhang-cpu";><code>@​RossZhang-cpu</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/139";>openrewrite/rewrite-static-analysis#139</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-static-analysis/compare/v1.0.3...v1.0.4";>https://github.com/openrewrite/rewrite-static-analysis/compare/v1.0.3...v1.0.4</a></p>
   <h2>1.0.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Better type attribution for 
<code>ReplaceLambdaWithMethodReference</code> by <a 
href="https://github.com/knutwannheden";><code>@​knutwannheden</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/131";>openrewrite/rewrite-static-analysis#131</a></li>
   <li>Incorporate DataFlowNodes from rewrite-analysis by <a 
href="https://github.com/aaronist";><code>@​aaronist</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/133";>openrewrite/rewrite-static-analysis#133</a></li>
   <li><code>ReplaceLambdaWithMethodReference</code> should not replace lambda 
supplier of method reference with method reference by <a 
href="https://github.com/rickie";><code>@​rickie</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/132";>openrewrite/rewrite-static-analysis#132</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/aaronist";><code>@​aaronist</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/133";>openrewrite/rewrite-static-analysis#133</a></li>
   <li><a href="https://github.com/rickie";><code>@​rickie</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/132";>openrewrite/rewrite-static-analysis#132</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-static-analysis/compare/v1.0.2...v1.0.3";>https://github.com/openrewrite/rewrite-static-analysis/compare/v1.0.2...v1.0.3</a></p>
   <h2>1.0.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>new recipe that changes .equals() to .contentEquals() when comparing … 
by <a href="https://github.com/AlekSimpson";><code>@​AlekSimpson</code></a> in 
<a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/124";>openrewrite/rewrite-static-analysis#124</a></li>
   <li>Remove hashCode calls on arrays by <a 
href="https://github.com/AlekSimpson";><code>@​AlekSimpson</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/128";>openrewrite/rewrite-static-analysis#128</a></li>
   <li>Remove to string calls from array instances by <a 
href="https://github.com/AlekSimpson";><code>@​AlekSimpson</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/126";>openrewrite/rewrite-static-analysis#126</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/AlekSimpson";><code>@​AlekSimpson</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/124";>openrewrite/rewrite-static-analysis#124</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-static-analysis/compare/v1.0.1...v1.0.2";>https://github.com/openrewrite/rewrite-static-analysis/compare/v1.0.1...v1.0.2</a></p>
   <h2>1.0.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>OpenRewrite 8.1.2</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/openrewrite/rewrite-static-analysis/commit/664e9dd62e924814116ac49fe8eabf1478ca2e6a";><code>664e9dd</code></a>
 Prevent NPE in Enum <code>equals</code> with empty select</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-static-analysis/commit/be14ab4ce48a084d2cc19e2c0ce535e4a01de346";><code>be14ab4</code></a>
 Fixed regular#RenameLocalVariablesToCamelCaseTest.</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-static-analysis/commit/0a198fc47d85e5ca1fa356f6793b3b596025494f";><code>0a198fc</code></a>
 Explicitly sorted streams should be collected to a LinkedHashSet to preserve 
...</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-static-analysis/commit/246057c626fe9706f2bf4da44a05c36fdb2c27c3";><code>246057c</code></a>
 Remove excess semicolons</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-static-analysis/commit/9d0d86a8b231579473786c237fd47c503c935f23";><code>9d0d86a</code></a>
 refactor: Migrate rewrite from 7 to 8 (<a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/141";>#141</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-static-analysis/commit/420d8b64041a1bb3a2ae28e4b925334776d88542";><code>420d8b6</code></a>
 Revert changes on NeedBraces to avoid it working on Kotlin, we will update 
Au...</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-static-analysis/commit/e8aff0889daa1c20e9a1bce7d8cab92f7aeca9f7";><code>e8aff08</code></a>
 Update SimplifyBooleanExpression to adapt to Kotlin</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-static-analysis/commit/38823f3a21c5c5ec681fc0c7555baeb140fd11dc";><code>38823f3</code></a>
 Move 3 recipes from rewrite to here</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-static-analysis/commit/568646102c0252b2e25f4be8011afa4127a7cc25";><code>5686461</code></a>
 Disable UseLambdaForFunctionalInterface due to <a 
href="https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/10";>#10</a></li>
   <li><a 
href="https://github.com/openrewrite/rewrite-static-analysis/commit/cbd08d9fe25a2380347050033c4725c250191ae8";><code>cbd08d9</code></a>
 Avoid using <a 
href="https://github.com/ExpectedToFail";><code>@​ExpectedToFail</code></a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/openrewrite/rewrite-static-analysis/compare/v1.0.0...v1.0.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openrewrite.recipe:rewrite-static-analysis&package-manager=maven&previous-version=1.0.0&new-version=1.0.4)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to