Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 10, 2025

Bumps the openrewrite group with 4 updates in the / directory: org.openrewrite.maven:rewrite-maven-plugin, org.openrewrite.recipe:rewrite-static-analysis, org.openrewrite.recipe:rewrite-testing-frameworks and org.openrewrite.recipe:rewrite-third-party.

Updates org.openrewrite.maven:rewrite-maven-plugin from 6.19.0 to 6.21.0

Release notes

Sourced from org.openrewrite.maven:rewrite-maven-plugin's releases.

6.21.0

What's Changed

Full Changelog: openrewrite/rewrite-maven-plugin@v6.20.1...v6.21.0

6.20.1

Full Changelog: openrewrite/rewrite-maven-plugin@v6.20.0...v6.20.1

6.20.0

What's Changed

Full Changelog: openrewrite/rewrite-maven-plugin@v6.19.0...v6.20.0

Commits
  • e56a4ab [maven-release-plugin] prepare release v6.21.0
  • 4c72052 Bump rewrite.version property
  • 199dc0c Verify support for multiple main source folders (#1031)
  • dfc6c6b Apply recipe best practices
  • e5b48c2 Bump rewrite.version property
  • e39d25d [maven-release-plugin] prepare for next development iteration
  • 825b9a0 [maven-release-plugin] prepare release v6.20.1
  • d39b675 Bump rewrite.version property
  • fc1e620 Prepare to publish patch release
  • d3dc785 Bump rewrite.version property
  • Additional commits viewable in compare view

Updates org.openrewrite.recipe:rewrite-static-analysis from 2.18.0 to 2.19.0

Release notes

Sourced from org.openrewrite.recipe:rewrite-static-analysis's releases.

2.19.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-static-analysis@v2.18.0...v2.19.0

Commits
  • 3c1a313 No longer remove String.valueof when it's called on a method invocation (#752)
  • 1d8d504 fixed test that got changed behavior in rewrite-core (#753)
  • 504a582 Update documentation examples (#751)
  • cd26b74 Update documentation examples (#750)
  • b80e4b6 Support for-each loop in NeedBraces (#749)
  • b93d869 Update recipe documentation examples (#747)
  • 7165caf OpenRewrite recipe best practices (#746)
  • eb91699 Fix ReplaceLambdaWithMethodReference handling of nested class imports (#745)
  • a5d78d7 Polish MoveFieldAnnotationToType
  • 0bd9340 Add Objects.requireNonNullElse/ElseGet support to `AnnotateNullableParamete...
  • Additional commits viewable in compare view

Updates org.openrewrite.recipe:rewrite-testing-frameworks from 3.17.0 to 3.19.0

Release notes

Sourced from org.openrewrite.recipe:rewrite-testing-frameworks's releases.

3.19.0

What's Changed

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.18.0...v3.19.0

v3.18.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.17.0...v3.18.0

Commits
  • db52d28 Separate best practices for JUnit 5, JUnit 6 and Jupiter (#828)
  • 1bb6616 Update documentation examples (#829)
  • f591205 Update recipe documentation examples (#827)
  • 68684b6 Remove unused method
  • d5f6839 Fixing bug in MockitoWhenOnStaticToMockStatic related to originally not usi...
  • 05d0013 Various JMockit fixes (#824)
  • 093bc47 OpenRewrite recipe best practices (#825)
  • 436eeb4 Apply best practices cleanup
  • 0d24ee2 remove dependency: google truth (#821)
  • c4fb5ba Add missing JUnit 6 migration recipes (#823)
  • Additional commits viewable in compare view

Updates org.openrewrite.recipe:rewrite-third-party from 0.28.0 to 0.29.0

Release notes

Sourced from org.openrewrite.recipe:rewrite-third-party's releases.

0.29.0

What's Changed

Full Changelog: openrewrite/rewrite-third-party@v0.28.0...v0.29.0

Commits

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the openrewrite group with 4 updates in the / directory: [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin), [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis), [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) and [org.openrewrite.recipe:rewrite-third-party](https://github.com/openrewrite/rewrite-third-party).


Updates `org.openrewrite.maven:rewrite-maven-plugin` from 6.19.0 to 6.21.0
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](openrewrite/rewrite-maven-plugin@v6.19.0...v6.21.0)

Updates `org.openrewrite.recipe:rewrite-static-analysis` from 2.18.0 to 2.19.0
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](openrewrite/rewrite-static-analysis@v2.18.0...v2.19.0)

Updates `org.openrewrite.recipe:rewrite-testing-frameworks` from 3.17.0 to 3.19.0
- [Release notes](https://github.com/openrewrite/rewrite-testing-frameworks/releases)
- [Commits](openrewrite/rewrite-testing-frameworks@v3.17.0...v3.19.0)

Updates `org.openrewrite.recipe:rewrite-third-party` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/openrewrite/rewrite-third-party/releases)
- [Commits](openrewrite/rewrite-third-party@v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-version: 6.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite
- dependency-name: org.openrewrite.recipe:rewrite-static-analysis
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite
- dependency-name: org.openrewrite.recipe:rewrite-testing-frameworks
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite
- dependency-name: org.openrewrite.recipe:rewrite-third-party
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 10, 2025

Labels

The following labels could not be found: area/dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant