Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
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 into
masterfrom
dependabot/maven/rewrite-e5699493db

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
org.openrewrite.recipe:rewrite-apache 2.18.0 2.27.0
org.openrewrite.recipe:rewrite-java-security 3.19.2 3.32.0
org.openrewrite.recipe:rewrite-migrate-java 3.19.0 3.36.0
org.openrewrite.recipe:rewrite-static-analysis 2.19.0 2.36.0
org.openrewrite.recipe:rewrite-testing-frameworks 3.19.0 3.37.0
org.openrewrite.maven:rewrite-maven-plugin 6.21.1 6.41.0

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

Release notes

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

2.27.0

What's Changed

Full Changelog: openrewrite/rewrite-apache@v2.26.0...v2.27.0

2.26.0

What's Changed

Full Changelog: openrewrite/rewrite-apache@v2.25.2...v2.26.0

v2.25.2

What's Changed

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

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

... (truncated)

Commits
  • da600a7 Map decodeBase64 to getMimeDecoder() to preserve URL-safe decoding (#133)
  • c28f139 Update Gradle wrapper 9.5.1
  • 6c0dcd1 Set commentCharacter on @​CsvSource to avoid clash with '#' delimiter (#131)
  • e30be76 Remove explicit test dependencies
  • 9601f43 OpenRewrite recipe best practices
  • 250dfce Migrate AuthState to AuthExchange for HttpClient 5 (#130)
  • ebd85f0 Revert to using rewrite-java-21
  • a9039cd Java 25 on Gradle 9.5.0 (#129)
  • 4a10ac0 Fix ResponseHandler migration mapping to HttpClient 5 (#128)
  • f40a996 OpenRewrite recipe best practices
  • Additional commits viewable in compare view

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

Commits

Updates org.openrewrite.recipe:rewrite-migrate-java from 3.19.0 to 3.36.0

Release notes

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

3.36.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-migrate-java@v3.35.0...v3.36.0

3.35.0

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.34.1...v3.35.0

v3.34.1

What's Changed

... (truncated)

Commits
  • d4df178 Skip unparseable Java versions in FindJavaVersion instead of reporting -1 (#1...
  • b8a298e Fix RefineSwitchCases generating invalid guard on enum constant labels (#1124)
  • c7f400b [Auto] SDKMAN! Java candidates as of 2026-06-01T1550
  • fca7c7c Migrate com.sun.xml.bind.marshaller.NamespacePrefixMapper to `org.glassfish...
  • 74017b2 Route WSS4J message.token classes to their real 2.x packages (#1122)
  • 52b0808 OpenRewrite recipe best practices
  • 23e5804 Update Gradle wrapper 9.5.1
  • 21548bd fix: do not replace lambda params with underscore when used as assignment tar...
  • 61e7d90 Do not add java.io.IO import in ReplaceSystemOutWithIOPrint (#1118)
  • dec86d0 Skip RenameUnderscoreIdentifier on Kotlin and Groovy sources (#1114)
  • Additional commits viewable in compare view

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

Release notes

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

2.36.0

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.35.0...v2.36.0

2.35.0

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.34.1...v2.35.0

v2.34.1

What's Changed

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

2.34.0

What's Changed

... (truncated)

Commits
  • 01d4a78 Update Gradle wrapper 9.5.1
  • 421318a Retain load-bearing type witness in select position in `UnnecessaryExplicitTy...
  • c488082 Regenerate recipes.csv (#910)
  • 829a5a5 Use receiver type for unbound instance method reference in `ReplaceLambdaWith...
  • 5ab23a2 Skip Python sources in CombineSemanticallyEqualCatchBlocks (#908)
  • e4bcb09 Preserve raw cast on parameterized expression in RemoveRedundantTypeCast (#...
  • 62e6a08 Preserve cast on argument to overloaded method in RemoveRedundantTypeCast (...
  • 3ef523d Guard instanceof to Class::isInstance conversion on lambda arity (#903)
  • 03d153e Replace var with interface type in UseLambdaForFunctionalInterface (#896)
  • 8e930b0 Strip diamond operator from cast in UseLambdaForFunctionalInterface (#893)
  • Additional commits viewable in compare view

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

Release notes

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

3.37.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.36.0...v3.37.0

3.36.0

What's Changed

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.35.3...v3.36.0

v3.35.3

What's Changed

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

3.35.2

... (truncated)

Commits
  • 5b719c2 Extract documentation examples from tests
  • 1ca6223 Match MockWebServer.shutdown() against pre-rename type (#1012)
  • 9479988 Add direct mockwebserver3 dep when only old mockwebserver dep inherited from ...
  • 4d31fbb Add recipe to migrate AssertionsForClassTypes/InterfaceTypes to Assertions (#...
  • 7cbff2a OpenRewrite recipe best practices
  • 86f2308 fix: retain doNothing() stubs inside lambda bodies to prevent uncompilable co...
  • 45d2528 Update Gradle wrapper 9.5.1
  • a632e17 Regenerate recipes.csv (#1007)
  • 0b192ca Add RemoveJupiterMigrationSupport recipe (#1006)
  • f3f61a6 Reuse MockedStatic for consecutive stubbings of the same class (#1005)
  • Additional commits viewable in compare view

Updates org.openrewrite.maven:rewrite-maven-plugin from 6.21.1 to 6.41.0

Release notes

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

6.41.0

What's Changed

Full Changelog: openrewrite/rewrite-maven-plugin@v6.40.0...v6.41.0

6.40.0

What's Changed

Full Changelog: openrewrite/rewrite-maven-plugin@v6.39.0...v6.40.0

6.39.0

What's Changed

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

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

... (truncated)

Commits
  • d215696 [maven-release-plugin] prepare release v6.41.0
  • ee3122d Bump rewrite.version property
  • 7f191ab Validate compiler version properties and read pluginManagement for JavaVersio...
  • 709088b chore(ci): bump org.apache.maven.plugins:maven-failsafe-plugin (#1160)
  • 8582878 chore(ci): bump org.junit:junit-bom from 6.0.3 to 6.1.0 (#1158)
  • 47176d5 chore(ci): bump org.apache.maven.plugins:maven-enforcer-plugin (#1157)
  • 5889bda chore(ci): bump org.ow2.asm:asm from 9.10 to 9.10.1 (#1156)
  • be1fcbf Bump rewrite.version property
  • 44994d7 Bump rewrite.version property
  • 0485d14 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

@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

github-actions Bot commented Nov 3, 2025

Copy link
Copy Markdown

Test Results

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

Results for commit b226f22. ± Comparison against base commit 80bcb00.

♻️ This comment has been updated with latest results.

@dependabot @github

dependabot Bot commented on behalf of github Nov 17, 2025

Copy link
Copy Markdown
Contributor Author

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
@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch from 6ab27b3 to 75da1d6 Compare May 4, 2026 07:23
@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch from 75da1d6 to 0d3bfd5 Compare May 11, 2026 08:14
@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch 2 times, most recently from 416098f to 39a2d3a Compare May 25, 2026 09:30
@dependabot dependabot Bot force-pushed the dependabot/maven/rewrite-e5699493db branch 2 times, most recently from b91c3ac to 1d7f170 Compare June 8, 2026 06:43
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.27.0` |
| [org.openrewrite.recipe:rewrite-java-security](https://github.com/moderneinc/rewrite-java-security) | `3.19.2` | `3.32.0` |
| [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) | `3.19.0` | `3.36.0` |
| [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) | `2.19.0` | `2.36.0` |
| [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) | `3.19.0` | `3.37.0` |
| [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) | `6.21.1` | `6.41.0` |



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

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

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

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

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

Updates `org.openrewrite.maven:rewrite-maven-plugin` from 6.21.1 to 6.41.0
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](openrewrite/rewrite-maven-plugin@v6.21.1...v6.41.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 1d7f170 to b226f22 Compare June 15, 2026 06:43
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