Skip to content

Commit 3417f8f

Browse files
authored
Build(deps): Bump org.openrewrite.recipe:rewrite-migrate-java from 3.27.0 to 3.27.1 (#1598)
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 3.27.0 to 3.27.1. <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.27.1</h2> <h2>What's Changed</h2> <ul> <li>Add UpgradePluginsForJava25 for surefire, failsafe, compiler, and byte-buddy by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/981">openrewrite/rewrite-migrate-java#981</a></li> <li>Skip adding methods already provided by a superclass by <a href="https://github.com/Jenson3210"><code>@​Jenson3210</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/983">openrewrite/rewrite-migrate-java#983</a></li> <li>Prevent UseTextBlocks from dropping comments in concatenations by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/985">openrewrite/rewrite-migrate-java#985</a></li> <li>Prevent LombokValToFinalVar from removing star imports by <a href="https://github.com/Jenson3210"><code>@​Jenson3210</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/986">openrewrite/rewrite-migrate-java#986</a></li> <li>Retain javax.xml.bind:jaxb-api when jackson-module-jaxb-annotations is present by <a href="https://github.com/Jenson3210"><code>@​Jenson3210</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/987">openrewrite/rewrite-migrate-java#987</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.27.0...v3.27.1">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.27.0...v3.27.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/56b280c313a1f936a1f76cca2ad7ff9be93cf9ad"><code>56b280c</code></a> Retain javax.xml.bind:jaxb-api when jackson-module-jaxb-annotations is presen...</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/0c1793f26593aa6c071d6358d7de6fa226d1dcec"><code>0c1793f</code></a> Prevent LombokValToFinalVar from removing star imports (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/986">#986</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/e91f59e86865857e745564ae75cbf81a6f3dfe9e"><code>e91f59e</code></a> Prevent UseTextBlocks from dropping comments in concatenations (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/985">#985</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/21993f5cac91c99b8a0c03e3e0256ba712b46001"><code>21993f5</code></a> [Auto] SDKMAN! Java candidates as of 2026-02-16T1043</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/7a5a1b030309cf88b9c50192f55c48a5e4c33079"><code>7a5a1b0</code></a> Skip adding methods already provided by a superclass (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/983">#983</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/0efab1c903c62f9b383014d0fba13673be061fd3"><code>0efab1c</code></a> Add UpgradePluginsForJava25 for surefire, failsafe, compiler, and byte-buddy ...</li> <li>See full diff in <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.27.0...v3.27.1">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.27.0&new-version=3.27.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>
2 parents e978bd3 + 34bcde4 commit 3417f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@
10371037
<dependency>
10381038
<groupId>org.openrewrite.recipe</groupId>
10391039
<artifactId>rewrite-migrate-java</artifactId>
1040-
<version>3.27.0</version>
1040+
<version>3.27.1</version>
10411041
</dependency>
10421042
</dependencies>
10431043

0 commit comments

Comments
 (0)