Skip to content

Commit 5d2a2ad

Browse files
Bump org.openrewrite.recipe:rewrite-migrate-java from 2.31.0 to 2.31.1 (#792)
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 2.31.0 to 2.31.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/b17924f56fc9843acdb1c55631d7feee9124007e"><code>b17924f</code></a> Pin versions ahead of release</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/20b8fffb0ea48ba279d12cca2e1d3a3d23d30419"><code>20b8fff</code></a> Prevent breakage of usages of Spring's <a href="https://github.com/Nullable"><code>@​Nullable</code></a> (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/602">#602</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/dd7ec21d970eff5fa03682f8e3087581c18d822a"><code>dd7ec21</code></a> Adopt <code>JavaTemplate.apply</code>; drop context sensitive in ThreadStopUnsupported</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/941c6548e067f38775c9915cf4c240a5e54af149"><code>941c654</code></a> Jspecify nullmarked (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/600">#600</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/1cba1dc84d7668e89fe5e83d88bb2e992635f593"><code>1cba1dc</code></a> Retain BeanManager <code>fireEvent</code> annotations (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/599">#599</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/732c733d13743bae104e0d307ab41e5023845c4f"><code>732c733</code></a> refactor: Update Gradle wrapper</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/1ddc755a371870be5597e317440b049a5443978a"><code>1ddc755</code></a> Fix compilation issue with direct use of UsesType</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/e4dc7cf3dd5e44d3013423fff0a4ca630a763535"><code>e4dc7cf</code></a> Remove unused dependencies from IBMSemeruTest</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/9d136dc7a8b22fc59cfebca642067b3f921b5602"><code>9d136dc</code></a> Unconditionally run SequencedCollection tests</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/1f9e43006370b1e98b7f6bf89cb376741728f9a3"><code>1f9e430</code></a> Use Java 21 toolchain for rewrite-migrate-java (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/595">#595</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v2.31.0...v2.31.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=2.31.0&new-version=2.31.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 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 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 3986f84 + df42856 commit 5d2a2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@
10201020
<dependency>
10211021
<groupId>org.openrewrite.recipe</groupId>
10221022
<artifactId>rewrite-migrate-java</artifactId>
1023-
<version>2.31.0</version>
1023+
<version>2.31.1</version>
10241024
</dependency>
10251025
</dependencies>
10261026

0 commit comments

Comments
 (0)