dependabot[bot] opened a new pull request, #1495:
URL: https://github.com/apache/wicket/pull/1495

   Bumps 
[org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java)
 from 3.26.0 to 3.37.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.37.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Align Kotlin jvmTarget with the Java version during UpgradeJavaVersion 
by <a href="https://github.com/MBoegers";><code>@​MBoegers</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1120";>openrewrite/rewrite-migrate-java#1120</a></li>
   <li>Move instance main methods recipe to JavaBestPractices by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1130";>openrewrite/rewrite-migrate-java#1130</a></li>
   <li>javadoc code tag language is not converted to markdown by <a 
href="https://github.com/barbulescu";><code>@​barbulescu</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1129";>openrewrite/rewrite-migrate-java#1129</a></li>
   <li>Contribute AddMockitoJavaAgentToMavenSurefirePlugin Recipe by <a 
href="https://github.com/ryan-hudson";><code>@​ryan-hudson</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1128";>openrewrite/rewrite-migrate-java#1128</a></li>
   <li>Preserve significant trailing space in UseTextBlocks (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1132";>#1132</a>)
 by <a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1133";>openrewrite/rewrite-migrate-java#1133</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/barbulescu";><code>@​barbulescu</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1129";>openrewrite/rewrite-migrate-java#1129</a></li>
   <li><a href="https://github.com/ryan-hudson";><code>@​ryan-hudson</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1128";>openrewrite/rewrite-migrate-java#1128</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.36.0...v3.37.0";>https://github.com/openrewrite/rewrite-migrate-java/compare/v3.36.0...v3.37.0</a></p>
   <h2>3.36.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Move StringFormatted recipe from Java 17 upgrade to Java best practices 
by <a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1106";>openrewrite/rewrite-migrate-java#1106</a></li>
   <li>Skip <code>IfElseIfConstructToSwitch</code> when a trailing non-<code>== 
null</code> binary check is present by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1109";>openrewrite/rewrite-migrate-java#1109</a></li>
   <li>Skip <code>UseTextBlocks</code> when literal value matches its source by 
<a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1111";>openrewrite/rewrite-migrate-java#1111</a></li>
   <li>Skip <code>UseMapOf</code> for <code>HashMap</code> subclasses like 
<code>LinkedHashMap</code> and <code>TreeMap</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1113";>openrewrite/rewrite-migrate-java#1113</a></li>
   <li>Skip <code>RenameUnderscoreIdentifier</code> on Kotlin and Groovy 
sources by <a href="https://github.com/MBoegers";><code>@​MBoegers</code></a> in 
<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1114";>openrewrite/rewrite-migrate-java#1114</a></li>
   <li>Do not add <code>java.io.IO</code> import in 
<code>ReplaceSystemOutWithIOPrint</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1118";>openrewrite/rewrite-migrate-java#1118</a></li>
   <li>fix: do not replace lambda params with underscore when used as 
assignment target by <a 
href="https://github.com/darrencilia";><code>@​darrencilia</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1117";>openrewrite/rewrite-migrate-java#1117</a></li>
   <li>Route WSS4J message.token classes to their real 2.x packages by <a 
href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1122";>openrewrite/rewrite-migrate-java#1122</a></li>
   <li>Migrate <code>com.sun.xml.bind.marshaller.NamespacePrefixMapper</code> 
to <code>org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper</code> by 
<a href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1121";>openrewrite/rewrite-migrate-java#1121</a></li>
   <li>Fix <code>RefineSwitchCases</code> generating invalid guard on enum 
constant labels by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1124";>openrewrite/rewrite-migrate-java#1124</a></li>
   <li>Skip unparseable Java versions in FindJavaVersion instead of reporting 
-1 by <a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1125";>openrewrite/rewrite-migrate-java#1125</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/darrencilia";><code>@​darrencilia</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1117";>openrewrite/rewrite-migrate-java#1117</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.35.0...v3.36.0";>https://github.com/openrewrite/rewrite-migrate-java/compare/v3.35.0...v3.36.0</a></p>
   <h2>3.35.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add <code>java.io.IO</code> import in 
<code>ReplaceSystemOutWithIOPrint</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1093";>openrewrite/rewrite-migrate-java#1093</a></li>
   <li>Skip <code>UseMapOf</code> when <code>put()</code> argument is a null 
literal by <a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> 
in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1094";>openrewrite/rewrite-migrate-java#1094</a></li>
   <li>Migrate JAXB XJC binding files declaring version 2.0/2.1/2.2 by <a 
href="https://github.com/MBoegers";><code>@​MBoegers</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1098";>openrewrite/rewrite-migrate-java#1098</a></li>
   <li>Preserve explicit type arguments in MigrateCollections* recipes by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1099";>openrewrite/rewrite-migrate-java#1099</a></li>
   <li>Route Maven through Moderne Artifactory cache to avoid HTTP 429 by <a 
href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1096";>openrewrite/rewrite-migrate-java#1096</a></li>
   <li>Load sun.internal.new[Class].jar directly to fix CI test failures by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1101";>openrewrite/rewrite-migrate-java#1101</a></li>
   <li>Skip explicit type arguments containing wildcards in 
<code>UseVarForGenericMethodInvocations</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1102";>openrewrite/rewrite-migrate-java#1102</a></li>
   <li>Skip <code>var</code> when target type inference widens a generic 
argument by <a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> 
in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1103";>openrewrite/rewrite-migrate-java#1103</a></li>
   <li>Skip <code>IfElseIfConstructToSwitch</code> when <code>instanceof</code> 
types are missing by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1095";>openrewrite/rewrite-migrate-java#1095</a></li>
   <li>Revert inline Maven mirror (now in gh-automation#95) by <a 
href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1104";>openrewrite/rewrite-migrate-java#1104</a></li>
   <li>Aggregate FindJavaVersion to one row per repository by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1105";>openrewrite/rewrite-migrate-java#1105</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.34.1...v3.35.0";>https://github.com/openrewrite/rewrite-migrate-java/compare/v3.34.1...v3.35.0</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/5832fe8d01a63d664984cdea9e6a89df30ca9aea";><code>5832fe8</code></a>
 OpenRewrite recipe best practices</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/909588861cd01314fa8ce9484b25c07f2dc2560b";><code>9095888</code></a>
 [Auto] SDKMAN! Java candidates as of 2026-06-15T1541</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/741bc5019c4f523269f781558059d3f87aca6558";><code>741bc50</code></a>
 Preserve significant trailing space in UseTextBlocks (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1132";>#1132</a>)
 (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1133";>#1133</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/5526dd187c32286f221e00224ecc8afa7c52ed63";><code>5526dd1</code></a>
 Contribute AddMockitoJavaAgentToMavenSurefirePlugin Recipe (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1128";>#1128</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/e3a46d52b8741179a43c2acdad92dd5315306d30";><code>e3a46d5</code></a>
 javadoc code tag language is not converted to markdown (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1129";>#1129</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/68767e1f515eb9e181bc1cb6baf5f2a46ef0e8aa";><code>68767e1</code></a>
 Move instance main methods recipe to JavaBestPractices (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1130";>#1130</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/34025ad106d82b680dba143c8dec1d1c3c32cdd8";><code>34025ad</code></a>
 git-ignore .context/</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/68f982cf3b59bf1472265b634594177258a54235";><code>68f982c</code></a>
 [Auto] SDKMAN! Java candidates as of 2026-06-08T1401</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/4d98294f382ab67a286799ce4f8a1628c353bc68";><code>4d98294</code></a>
 Align Kotlin jvmTarget with the Java version during UpgradeJavaVersion (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1120";>#1120</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/d4df17857ef81e000da0bd2440a08bca9efbdbbb";><code>d4df178</code></a>
 Skip unparseable Java versions in FindJavaVersion instead of reporting -1 (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1";>#1</a>...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.26.0...v3.37.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openrewrite.recipe:rewrite-migrate-java&package-manager=maven&previous-version=3.26.0&new-version=3.37.0)](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>


-- 
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