Skip to content

Commit 984f0be

Browse files
chore(gradle): bump org.openrewrite:rewrite-java from 8.79.6 to 8.80.1 (#7947)
Bumps [org.openrewrite:rewrite-java](https://github.com/openrewrite/rewrite) from 8.79.6 to 8.80.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openrewrite/rewrite/releases">org.openrewrite:rewrite-java's releases</a>.</em></p> <blockquote> <h2>8.80.1</h2> <h2>What's Changed</h2> <ul> <li>Scala: fix parsing of backtick-wrapped identifiers by <a href="https://github.com/greg-at-moderne"><code>@​greg-at-moderne</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7440">openrewrite/rewrite#7440</a></li> <li>Register <code>JavaType.ShallowClass</code> codec on the Python RPC side by <a href="https://github.com/knutwannheden"><code>@​knutwannheden</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7441">openrewrite/rewrite#7441</a></li> <li>C#: Improve TreeVisitor combining and handle null expression statements by <a href="https://github.com/macsux"><code>@​macsux</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7435">openrewrite/rewrite#7435</a></li> <li>Handle <code>J.SwitchExpression</code> in <code>BlockStatementTemplateGenerator</code> by <a href="https://github.com/knutwannheden"><code>@​knutwannheden</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7445">openrewrite/rewrite#7445</a></li> <li>Scala: pass <code>-parameters</code> to <code>javac</code> in joint compilation by <a href="https://github.com/knutwannheden"><code>@​knutwannheden</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7449">openrewrite/rewrite#7449</a></li> <li>Scala: support <code>implicit</code> method parameters by <a href="https://github.com/greg-at-moderne"><code>@​greg-at-moderne</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7450">openrewrite/rewrite#7450</a></li> <li>Scala: support for package objects by <a href="https://github.com/greg-at-moderne"><code>@​greg-at-moderne</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7451">openrewrite/rewrite#7451</a></li> <li>Scala: fix handling of comments within cases by <a href="https://github.com/greg-at-moderne"><code>@​greg-at-moderne</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7452">openrewrite/rewrite#7452</a></li> <li>Pin bouncycastle 1.84 in kotlinBouncyCastleConfiguration by <a href="https://github.com/Jenson3210"><code>@​Jenson3210</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7453">openrewrite/rewrite#7453</a></li> <li>Fix Scala parser losing type attribution when classpath lacks stdlib by <a href="https://github.com/knutwannheden"><code>@​knutwannheden</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7446">openrewrite/rewrite#7446</a></li> <li>Share artifact cache across JavaSourceSetUpdater visitors by <a href="https://github.com/steve-aom-elliott"><code>@​steve-aom-elliott</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7454">openrewrite/rewrite#7454</a></li> <li>Disable JAR downloading in JavaSourceSetUpdater by <a href="https://github.com/steve-aom-elliott"><code>@​steve-aom-elliott</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7459">openrewrite/rewrite#7459</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite/compare/v8.80.0...v8.80.1">https://github.com/openrewrite/rewrite/compare/v8.80.0...v8.80.1</a></p> <h2>8.80.0</h2> <h2>What's Changed</h2> <ul> <li>Python: bump ty-types to 0.0.31, consume new ParamSpec wire fields by <a href="https://github.com/knutwannheden"><code>@​knutwannheden</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7431">openrewrite/rewrite#7431</a></li> <li>Python: fix <code>ChangeImport</code> leaving stray leading newline when import is the only statement by <a href="https://github.com/knutwannheden"><code>@​knutwannheden</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7433">openrewrite/rewrite#7433</a></li> <li>Go: support whitespace around <code>&lt;-</code> with <code>ChanDirMarker</code> by <a href="https://github.com/greg-at-moderne"><code>@​greg-at-moderne</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7432">openrewrite/rewrite#7432</a></li> <li>Minimize the eager resolution of transitive dependencies when upgrading dependency versions. by <a href="https://github.com/sambsnyd"><code>@​sambsnyd</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7423">openrewrite/rewrite#7423</a></li> <li>Update kotlin-compiler-embeddable to 2.3.20 by <a href="https://github.com/sambsnyd"><code>@​sambsnyd</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7438">openrewrite/rewrite#7438</a></li> <li>Fix local YAML recipe scanning to be recursive by <a href="https://github.com/kdvolder"><code>@​kdvolder</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7437">openrewrite/rewrite#7437</a></li> <li>Remove stray <code>[DEBUG-TMPL]</code> debug prints from <code>ScalaTreeVisitor</code> by <a href="https://github.com/knutwannheden"><code>@​knutwannheden</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite/pull/7439">openrewrite/rewrite#7439</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite/compare/v8.79.6...v8.80.0">https://github.com/openrewrite/rewrite/compare/v8.79.6...v8.80.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite/commit/f504f5e5ee9615b5366e69e50ecbbd175aa88580"><code>f504f5e</code></a> Comment out MavenArtifactDownloader so we can get the recipes working again w...</li> <li><a href="https://github.com/openrewrite/rewrite/commit/4ab7ed85f0f3957a17750c93814b46f2c2df7c68"><code>4ab7ed8</code></a> Disable JAR downloading in JavaSourceSetUpdater (<a href="https://redirect.github.com/openrewrite/rewrite/issues/7459">#7459</a>)</li> <li><a href="https://github.com/openrewrite/rewrite/commit/82041539a61a3a3f6af0d55ace2d27e078c66e8c"><code>8204153</code></a> Share artifact cache across JavaSourceSetUpdater visitors (<a href="https://redirect.github.com/openrewrite/rewrite/issues/7454">#7454</a>)</li> <li><a href="https://github.com/openrewrite/rewrite/commit/4e5656fcd3777136c14b38a54993214427117b50"><code>4e5656f</code></a> Fix Scala parser losing type attribution when classpath lacks stdlib (<a href="https://redirect.github.com/openrewrite/rewrite/issues/7446">#7446</a>)</li> <li><a href="https://github.com/openrewrite/rewrite/commit/4cbcac1e8ad16b68956706c7ed9cf04c46433436"><code>4cbcac1</code></a> Pin bouncycastle 1.84 in kotlinBouncyCastleConfiguration (<a href="https://redirect.github.com/openrewrite/rewrite/issues/7453">#7453</a>)</li> <li><a href="https://github.com/openrewrite/rewrite/commit/3afb42f4e92aede9ccc422e6c7c90898dff99a29"><code>3afb42f</code></a> Scala: fix handling of comments within cases (<a href="https://redirect.github.com/openrewrite/rewrite/issues/7452">#7452</a>)</li> <li><a href="https://github.com/openrewrite/rewrite/commit/539bfa2d7254c3bb1d564346968efd05b5074be9"><code>539bfa2</code></a> Scala: support for package objects (<a href="https://redirect.github.com/openrewrite/rewrite/issues/7451">#7451</a>)</li> <li><a href="https://github.com/openrewrite/rewrite/commit/0511127cc46f82cd4257159dc4e9887b9af3fc8a"><code>0511127</code></a> Support method parameters (<a href="https://redirect.github.com/openrewrite/rewrite/issues/7450">#7450</a>)</li> <li><a href="https://github.com/openrewrite/rewrite/commit/f1c36118d201f6515b5d9c884bc8340743297bfd"><code>f1c3611</code></a> rewrite-scala: pass -parameters to javac in joint compilation (<a href="https://redirect.github.com/openrewrite/rewrite/issues/7449">#7449</a>)</li> <li><a href="https://github.com/openrewrite/rewrite/commit/f3c1e230feee554f1548cba704907b54aea2d60b"><code>f3c1e23</code></a> Handle <code>J.SwitchExpression</code> in <code>BlockStatementTemplateGenerator</code> (<a href="https://redirect.github.com/openrewrite/rewrite/issues/7445">#7445</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite/compare/v8.79.6...v8.80.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openrewrite:rewrite-java&package-manager=gradle&previous-version=8.79.6&new-version=8.80.1)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90c5d1f commit 984f0be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ postgresql = "42.7.10"
8383
protobuf = "4.33.2"
8484
randelshofer = "2.0.1"
8585
rdblue = "0.1.1"
86-
rewrite-java = "8.79.6"
86+
rewrite-java = "8.80.1"
8787
selenium = "4.43.0"
8888
slf4j = "2.0.17"
8989
snappy = "1.1.10.8"

0 commit comments

Comments
 (0)