Skip to content

Bump the openrewrite group across 1 directory with 6 updates - #25886

Merged
bernd merged 1 commit into
masterfrom
dependabot/maven/openrewrite-e0d2050b05
May 6, 2026
Merged

Bump the openrewrite group across 1 directory with 6 updates#25886
bernd merged 1 commit into
masterfrom
dependabot/maven/openrewrite-e0d2050b05

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the openrewrite group with 6 updates in the / directory:

Package From To
org.openrewrite:rewrite-java 8.80.0 8.81.1
org.openrewrite.recipe:rewrite-testing-frameworks 3.35.0 3.35.2
org.openrewrite.recipe:rewrite-migrate-java 3.33.0 3.34.0
org.openrewrite.recipe:rewrite-static-analysis 2.33.0 2.34.0
org.openrewrite.recipe:rewrite-joda 0.8.1 0.8.2
org.openrewrite.maven:rewrite-maven-plugin 6.37.0 6.38.0

Updates org.openrewrite:rewrite-java from 8.80.0 to 8.81.1

Release notes

Sourced from org.openrewrite:rewrite-java's releases.

v8.81.1

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite@v8.81.0...v8.81.1

8.81.0

What's Changed

... (truncated)

Commits
  • c229022 Remove lingering references to JavaSourceSetUpdater from dependency recipes.
  • ce8a026 Build fast "has type" lookup into TypesInUse cache, speeding up repeated type...
  • 85e77cb Restore JavaScript/Python/C# entries for Java recipes in recipes.csv (#7510)
  • 1b68dc6 Groovy: fix parsing of negated new expression (#7508)
  • 08aec2e Groovy: fix parsing of property expressions in parens (#7506)
  • 32a5cb4 Groovy: more fixes to map key expressions with parens (#7507)
  • 6daaa19 Groovy: fix parsing of generics class literal (#7505)
  • 20a886e Groovy: fix parsing of command expressions with args in parens (#7503)
  • 86bec62 Migrate 'main' property in MigrateToGradle9 (#7504)
  • f68c4fb Groovy: fix parsing syntactic sugar of closure-call expressions (#7501)
  • Additional commits viewable in compare view

Updates org.openrewrite.recipe:rewrite-testing-frameworks from 3.35.0 to 3.35.2

Release notes

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

3.35.2

What's Changed

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.35.1...v3.35.2

3.35.1

What's Changed

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.35.0...v3.35.1

Commits

Updates org.openrewrite.recipe:rewrite-migrate-java from 3.33.0 to 3.34.0

Release notes

Sourced from org.openrewrite.recipe:rewrite-migrate-java's releases.

3.34.0

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.33.0...v3.34.0

3.33.1

Full Changelog: openrewrite/rewrite-migrate-java@v3.33.0...v3.33.1

Commits
  • 61c1777 Extract documentation examples from tests
  • 95028a5 Add UsePredicateNot to replace cast-and-negate with Predicate.not(..) (#1...
  • a58b8b2 Ensure case always has a space before the label in `IfElseIfConstructToSwit...
  • See full diff in compare view

Updates org.openrewrite.recipe:rewrite-static-analysis from 2.33.0 to 2.34.0

Release notes

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

2.34.0

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.33.0...v2.34.0

2.33.1

Full Changelog: openrewrite/rewrite-static-analysis@v2.33.0...v2.33.1

Commits
  • 90e4a60 bugfix: false positive in AnnotateNullableParameters when parameter … (#865)
  • See full diff in compare view

Updates org.openrewrite.recipe:rewrite-joda from 0.8.1 to 0.8.2

Release notes

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

0.8.2

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-joda

Commits

Updates org.openrewrite.maven:rewrite-maven-plugin from 6.37.0 to 6.38.0

Release notes

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

6.38.0

Full Changelog: openrewrite/rewrite-maven-plugin@v6.37.0...v6.38.0

Commits
  • 4fe065c [maven-release-plugin] prepare release v6.38.0
  • 446bc8a Bump rewrite.version property
  • f3d983c Bump rewrite.version property
  • b5565ff Bump rewrite.version property
  • b7d7640 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file maven labels May 5, 2026
Bumps the openrewrite group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.openrewrite:rewrite-java](https://github.com/openrewrite/rewrite) | `8.80.0` | `8.81.1` |
| [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) | `3.35.0` | `3.35.2` |
| [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) | `3.33.0` | `3.34.0` |
| [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) | `2.33.0` | `2.34.0` |
| [org.openrewrite.recipe:rewrite-joda](https://github.com/openrewrite/rewrite-joda) | `0.8.1` | `0.8.2` |
| [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) | `6.37.0` | `6.38.0` |



Updates `org.openrewrite:rewrite-java` from 8.80.0 to 8.81.1
- [Release notes](https://github.com/openrewrite/rewrite/releases)
- [Commits](openrewrite/rewrite@v8.80.0...v8.81.1)

Updates `org.openrewrite.recipe:rewrite-testing-frameworks` from 3.35.0 to 3.35.2
- [Release notes](https://github.com/openrewrite/rewrite-testing-frameworks/releases)
- [Commits](openrewrite/rewrite-testing-frameworks@v3.35.0...v3.35.2)

Updates `org.openrewrite.recipe:rewrite-migrate-java` from 3.33.0 to 3.34.0
- [Release notes](https://github.com/openrewrite/rewrite-migrate-java/releases)
- [Commits](openrewrite/rewrite-migrate-java@v3.33.0...v3.34.0)

Updates `org.openrewrite.recipe:rewrite-static-analysis` from 2.33.0 to 2.34.0
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](openrewrite/rewrite-static-analysis@v2.33.0...v2.34.0)

Updates `org.openrewrite.recipe:rewrite-joda` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/openrewrite/rewrite-joda/releases)
- [Commits](openrewrite/rewrite-joda@v0.8.1...v0.8.2)

Updates `org.openrewrite.maven:rewrite-maven-plugin` from 6.37.0 to 6.38.0
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](openrewrite/rewrite-maven-plugin@v6.37.0...v6.38.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-version: 6.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite
- dependency-name: org.openrewrite.recipe:rewrite-joda
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openrewrite
- dependency-name: org.openrewrite.recipe:rewrite-migrate-java
  dependency-version: 3.34.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.34.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.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openrewrite
- dependency-name: org.openrewrite:rewrite-java
  dependency-version: 8.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/openrewrite-e0d2050b05 branch from 40ed9f0 to 9c982a4 Compare May 6, 2026 00:03
@bernd
bernd merged commit c800d1e into master May 6, 2026
25 checks passed
@bernd
bernd deleted the dependabot/maven/openrewrite-e0d2050b05 branch May 6, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file maven

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant