Skip to content

build(deps): bump the rewrite group across 1 directory with 6 updates#908

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/rewrite-e5699493db
Open

build(deps): bump the rewrite group across 1 directory with 6 updates#908
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/rewrite-e5699493db

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 3, 2025

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

Package From To
org.openrewrite.recipe:rewrite-apache 2.18.0 2.25.1
org.openrewrite.recipe:rewrite-java-security 3.19.2 3.29.3
org.openrewrite.recipe:rewrite-migrate-java 3.19.0 3.34.0
org.openrewrite.recipe:rewrite-static-analysis 2.19.0 2.34.0
org.openrewrite.recipe:rewrite-testing-frameworks 3.19.0 3.35.2
org.openrewrite.maven:rewrite-maven-plugin 6.21.1 6.38.0

Updates org.openrewrite.recipe:rewrite-apache from 2.18.0 to 2.25.1

Release notes

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

2.25.1

What's Changed

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

2.25.0

What's Changed

Full Changelog: openrewrite/rewrite-apache@v2.24.0...v2.25.0

2.24.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-apache@v2.23.0...v2.24.0

2.23.3

What's Changed

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

2.23.2

What's Changed

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

2.23.1

What's Changed

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

2.23.0

... (truncated)

Commits
  • f40a996 OpenRewrite recipe best practices
  • c3f54ac Add composite recipe to prefer JDK over Apache Commons (#127)
  • 4318dfd Enable migrateTransitiveParent test for HttpClient 5 upgrade (#126)
  • e9a07fd Add explicit Charset to deprecated Apache FileUtils methods (#125)
  • 7b952e2 OpenRewrite recipe best practices
  • 4b40bf5 Add DefaultIfBlankToJdk recipe to replace StringUtils#defaultIfBlank with JDK...
  • 13c9fa3 OpenRewrite recipe best practices
  • 9412dc9 Add IsBlankToJdk recipe to replace StringUtils#isBlank and #isNotBlank with J...
  • 405194a Bumped vulnerable dependencies (#121)
  • 0e4d4c1 Update Gradle wrapper to 9.3.1
  • Additional commits viewable in compare view

Updates org.openrewrite.recipe:rewrite-java-security from 3.19.2 to 3.29.3

Commits

Updates org.openrewrite.recipe:rewrite-migrate-java from 3.19.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

3.33.0

What's Changed

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

v3.32.1

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.32.0...v3.32.1

3.32.0

What's Changed

... (truncated)

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...
  • eac4344 Fix MigrateCollections* template errors on complex expression contexts (#1067)
  • 0ca5cc8 Extract documentation examples from tests
  • 968a22f Gate Kotlin-based Java version cap on actual Kotlin sources (#1066)
  • a471dd1 [Auto] SDKMAN! Java candidates as of 2026-04-20T1116
  • 3b7b950 Fix ClassCastException on parenthesized initializers in var recipes (#1064)
  • 461609f Rename _ identifier to __ for Java ≤ 8 source files (#1063)
  • 634e7d9 Support copyOf migration for Guava (#1062)
  • Additional commits viewable in compare view

Updates org.openrewrite.recipe:rewrite-static-analysis from 2.19.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

2.33.0

What's Changed

New Contributors

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

2.32.0

What's Changed

... (truncated)

Commits
  • 90e4a60 bugfix: false positive in AnnotateNullableParameters when parameter … (#865)
  • b315bbc Extract documentation examples from tests
  • 9ba38b4 Add regression test for ReplaceStackWithDeque crash on this argument (#864)
  • 78afc25 Fix FinalizePrivateFields breaking compilation when field is read in a lambda...
  • 3b2d847 OpenRewrite recipe best practices
  • 2a0baac Fix UnnecessaryCatch removing IOException for nested try-with-resources close...
  • 47094c2 Handle chained addition in PreferIncrementOperator (#816)
  • e097fab Add tests confirming #20 is fixed (#860)
  • 3710118 Test for if-else, fix do-while NeedBraces (#859)
  • c6ebfd4 Add S1185 recipe: Remove methods that only call super (#837)
  • Additional commits viewable in compare view

Updates org.openrewrite.recipe:rewrite-testing-frameworks from 3.19.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

3.35.0

What's Changed

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

3.34.0

What's Changed

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.33.0...v3.34.0

3.33.0

What's Changed

... (truncated)

Commits
  • 1302589 Make declarative recipes singletons
  • 92de89a Fix UpdateMockWebServerDispatcher classpath lookup (#975)
  • 64260b8 Extract documentation examples from tests
  • e09430b Add @​MockitoSettings(strictness = Strictness.WARN) for Mockito migration (#966)
  • f041383 Fix MockWebServer Dispatcher return type and RecordedRequest renames (#972)
  • 13f0a17 OpenRewrite recipe best practices
  • 83d1f44 Use KotlinTypeUtils.isKotlinUnit to match Kotlin void return types (#971)
  • 675b57d Fix RemoveTryCatchFailBlocks failing when removing blocks within lambda expre...
  • ea72478 Fix ClassCastException in RemoveTimesZeroAndOne (#969)
  • 58bcc12 Add MigrateToKafkaNative recipe for Testcontainers (#568) (#967)
  • Additional commits viewable in compare view

Updates org.openrewrite.maven:rewrite-maven-plugin from 6.21.1 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

6.37.0

What's Changed

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

6.36.0

Full Changelog: openrewrite/rewrite-maven-plugin@v6.35.1...v6.36.0

6.35.1

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-maven-plugin@v6.35.0...v6.35.1

6.35.0

What's Changed

Full Changelog: openrewrite/rewrite-maven-plugin@v6.34.0...v6.35.0

6.34.0

What's Changed

... (truncated)

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
  • caecb2f [maven-release-plugin] prepare release v6.37.0
  • 68bab02 Bump rewrite.version property
  • 841ed61 chore(ci): bump maven-dependencies.version from 3.9.14 to 3.9.15 (#1147)
  • 4b191ed chore(ci): bump io.micrometer:micrometer-core from 1.16.4 to 1.16.5 (#1148)
  • e8cb166 chore(ci): bump actions/upload-pages-artifact from 4 to 5 (#1146)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 3, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 3, 2025

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 75da1d6. ± Comparison against base commit 7b90def.

♻️ This comment has been updated with latest results.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch from 2469a6d to 9467955 Compare November 24, 2025 06:08
@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch from 9467955 to 9b8478b Compare March 9, 2026 06:43
@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch from 9b8478b to 045ccc0 Compare March 16, 2026 06:43
@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch from 045ccc0 to 20629a6 Compare March 30, 2026 06:48
@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch 2 times, most recently from 5e257a6 to 4ed010c Compare April 13, 2026 06:47
@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch from 4ed010c to d5e719e Compare April 20, 2026 06:58
@dependabot dependabot Bot changed the title build(deps): bump the rewrite group with 6 updates build(deps): bump the rewrite group across 1 directory with 6 updates Apr 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch from d5e719e to 6ab27b3 Compare April 27, 2026 07:09
Bumps the rewrite group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.openrewrite.recipe:rewrite-apache](https://github.com/openrewrite/rewrite-apache) | `2.18.0` | `2.25.1` |
| [org.openrewrite.recipe:rewrite-java-security](https://github.com/moderneinc/rewrite-java-security) | `3.19.2` | `3.29.3` |
| [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) | `3.19.0` | `3.34.0` |
| [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) | `2.19.0` | `2.34.0` |
| [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) | `3.19.0` | `3.35.2` |
| [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) | `6.21.1` | `6.38.0` |



Updates `org.openrewrite.recipe:rewrite-apache` from 2.18.0 to 2.25.1
- [Release notes](https://github.com/openrewrite/rewrite-apache/releases)
- [Commits](openrewrite/rewrite-apache@v2.18.0...v2.25.1)

Updates `org.openrewrite.recipe:rewrite-java-security` from 3.19.2 to 3.29.3
- [Commits](https://github.com/moderneinc/rewrite-java-security/commits)

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

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

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

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

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-version: 6.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rewrite
- dependency-name: org.openrewrite.recipe:rewrite-apache
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rewrite
- dependency-name: org.openrewrite.recipe:rewrite-java-security
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rewrite
- dependency-name: org.openrewrite.recipe:rewrite-migrate-java
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rewrite
- dependency-name: org.openrewrite.recipe:rewrite-static-analysis
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rewrite
- dependency-name: org.openrewrite.recipe:rewrite-testing-frameworks
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rewrite
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch from 6ab27b3 to 75da1d6 Compare May 4, 2026 07:23
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants