Commit e06a182
authored
chore(gradle): bump org.openrewrite:rewrite-java from 8.85.4 to 8.85.7 (#8174)
Bumps
[org.openrewrite:rewrite-java](https://github.com/openrewrite/rewrite)
from 8.85.4 to 8.85.7.
<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.85.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix rewrite-python README quickstart referencing unexposed
PythonParser by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8118">openrewrite/rewrite#8118</a></li>
<li>Fix Kotlin parse failure for annotation after modifier in primary
constructor by <a
href="https://github.com/knutwannheden"><code>@knutwannheden</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8119">openrewrite/rewrite#8119</a></li>
<li>Marking rewrite-csharp and rewrite-go explicitly as MSAL-licensed 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/8120">openrewrite/rewrite#8120</a></li>
<li>Scala: infix type notation 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/8121">openrewrite/rewrite#8121</a></li>
<li>JavaScript: Consider dated versions as snapshots too 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/8124">openrewrite/rewrite#8124</a></li>
<li>Scala: S.PackageDeclaration 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/8125">openrewrite/rewrite#8125</a></li>
<li>JavaScript: isolate integration tests better, reset RPC process
manager 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/8126">openrewrite/rewrite#8126</a></li>
<li>Scala: fix parsing of two consecutive extension methods 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/8122">openrewrite/rewrite#8122</a></li>
<li>Scala: fix parsing of trailing comments after method header 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/8123">openrewrite/rewrite#8123</a></li>
<li>JavaScript: synchronize artifact versions for snapshots of
rewrite-javascript between Maven and NPM 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/8128">openrewrite/rewrite#8128</a></li>
<li>Create a Comments trait to make it easy to add formatted comments to
LST elements. by <a
href="https://github.com/sambsnyd"><code>@sambsnyd</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8131">openrewrite/rewrite#8131</a></li>
<li>Bound the buffer in BackwardCompatibleObjectIdModule by <a
href="https://github.com/natedanner"><code>@natedanner</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8132">openrewrite/rewrite#8132</a></li>
<li>Add <code>UsesType</code>/<code>UsesMethod</code> preconditions to
type/method-targeted recipes by <a
href="https://github.com/jkschneider"><code>@jkschneider</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite/pull/8133">openrewrite/rewrite#8133</a></li>
<li>Index used/declared method types for prefix-based matching by <a
href="https://github.com/knutwannheden"><code>@knutwannheden</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8127">openrewrite/rewrite#8127</a></li>
<li>Fix RemoveExclusion#onlyIneffective for deep transitive exclusions
by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8117">openrewrite/rewrite#8117</a></li>
<li>Allow the recipe-run host to configure data table stores for
RPC-language recipes by <a
href="https://github.com/jkschneider"><code>@jkschneider</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite/pull/8135">openrewrite/rewrite#8135</a></li>
<li>Map all captured wildcards to <code>?</code> in the type mappers by
<a
href="https://github.com/knutwannheden"><code>@knutwannheden</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8111">openrewrite/rewrite#8111</a></li>
<li>Fix C# recipe over-attribution when multiple packages share a
dependency by <a
href="https://github.com/shanman190"><code>@shanman190</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8134">openrewrite/rewrite#8134</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite/compare/v8.85.6...v8.85.7">https://github.com/openrewrite/rewrite/compare/v8.85.6...v8.85.7</a></p>
<h2>8.85.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Add UsesImport recipe to rewrite-python recipes.csv by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8090">openrewrite/rewrite#8090</a></li>
<li>Groovy: fixing range with complex bound parsing <code>s[0..(n -
1)]</code> by <a
href="https://github.com/gtiwari333"><code>@gtiwari333</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8089">openrewrite/rewrite#8089</a></li>
<li>Scala: fix handling the case of an extra semicolon at the end of the
… 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/8075">openrewrite/rewrite#8075</a></li>
<li>Gradle: <code>UseJavaExtensionBlock</code> handles
<code>subprojects</code>/<code>allprojects</code> blocks by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8095">openrewrite/rewrite#8095</a></li>
<li>Fix double indentation of continued ternary as lambda body argument
by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8097">openrewrite/rewrite#8097</a></li>
<li>C#: fix lossless round-trip of XML doc comment attributes by <a
href="https://github.com/macsux"><code>@macsux</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8098">openrewrite/rewrite#8098</a></li>
<li>Avoid ClassCastException when a recipe rewrites the J.Return inside
a K.Return by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8103">openrewrite/rewrite#8103</a></li>
<li>Go: fix received Block's RightPadded<!-- raw HTML omitted --> 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/8104">openrewrite/rewrite#8104</a></li>
<li>C#: bump StreamJsonRpc to 2.25.29 to remediate CVE-2026-48109 by <a
href="https://github.com/kmccarp"><code>@kmccarp</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite/pull/8101">openrewrite/rewrite#8101</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite/compare/v8.85.4...v8.85.5">https://github.com/openrewrite/rewrite/compare/v8.85.4...v8.85.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite/commit/a4846809f7365b46267f4b1cfc0bf0f19d09019c"><code>a484680</code></a>
Fix C# recipe over-attribution: whole-tree composition + per-row origin
(<a
href="https://redirect.github.com/openrewrite/rewrite/issues/8134">#8134</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite/commit/ba7017938ea4b90f8de5f3499a31d5588b4f3930"><code>ba70179</code></a>
Map all captured wildcards to <code>?</code> in the type mappers (<a
href="https://redirect.github.com/openrewrite/rewrite/issues/8111">#8111</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite/commit/f47c63afa23a82006f01c461fd36a22560687549"><code>f47c63a</code></a>
Allow the recipe-run host to configure data table stores for
RPC-language rec...</li>
<li><a
href="https://github.com/openrewrite/rewrite/commit/8f08ce3ba3b363c60f9c3945f1bb0dd84adbf6da"><code>8f08ce3</code></a>
Attribute effective exclusions to the declaring dependency across
transitive ...</li>
<li><a
href="https://github.com/openrewrite/rewrite/commit/9b84c60fbcbf910089ee273d722c61656a40656a"><code>9b84c60</code></a>
Index used/declared method types for prefix-based matching (<a
href="https://redirect.github.com/openrewrite/rewrite/issues/8127">#8127</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite/commit/87d90ee95ac518940cf8bfc6a8606d94505e1953"><code>87d90ee</code></a>
Add <code>UsesType</code>/<code>UsesMethod</code> preconditions to
type/method-targeted recipes (<a
href="https://redirect.github.com/openrewrite/rewrite/issues/8">#8</a>...</li>
<li><a
href="https://github.com/openrewrite/rewrite/commit/7530f46f018d04d81cab78b107cf16bc885fa47b"><code>7530f46</code></a>
Bound the buffer in BackwardCompatibleObjectIdModule (<a
href="https://redirect.github.com/openrewrite/rewrite/issues/8132">#8132</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite/commit/278c5466151584b56ec2e7208c7280902f09eef6"><code>278c546</code></a>
Create a Comments trait to make it easy to add formatted comments to LST
elem...</li>
<li><a
href="https://github.com/openrewrite/rewrite/commit/a1fb2c7b61f437eb229224fc08d72157e7f7826b"><code>a1fb2c7</code></a>
JavaScript: synchronize artifact versions for snapshots of
rewrite-javascript...</li>
<li><a
href="https://github.com/openrewrite/rewrite/commit/c7585c95ccce182fd05cc8c0ca720b0e8873e299"><code>c7585c9</code></a>
Scala: fix parsing of trailing comments after method header (<a
href="https://redirect.github.com/openrewrite/rewrite/issues/8123">#8123</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/openrewrite/rewrite/compare/v8.85.4...v8.85.7">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6d64cce commit e06a182
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments