Skip to content

Bump the openrewrite group with 3 updates#92

Merged
timtebeek merged 1 commit into
mainfrom
dependabot/maven/openrewrite-c74312ca43
Jun 23, 2026
Merged

Bump the openrewrite group with 3 updates#92
timtebeek merged 1 commit into
mainfrom
dependabot/maven/openrewrite-c74312ca43

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the openrewrite group with 3 updates: org.openrewrite.recipe:rewrite-migrate-java, org.openrewrite.recipe:rewrite-testing-frameworks and org.openrewrite.maven:rewrite-maven-plugin.

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

Release notes

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

v3.38.0

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.37.0...v3.38.0

3.37.0

What's Changed

New Contributors

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

Commits
  • f3227f7 Bump Kotlin 2.0-2.2 to 2.3 so Kotlin modules can reach Java 25 (#1139)
  • a602847 Add recipe to extract complex explicit constructor invocation arguments (JEP ...
  • c0be3e5 Remove meaningless matchOverrides on static-method MethodMatchers
  • a897423 Preserve @{argLine} in AddSurefireFailsafeArgLine for JaCoCo coverage (#1138)
  • 5cb24ac Explain why Kotlin modules are capped at Java 24 during Java 25 migration (#1...
  • e2614a3 Bump maven-pmd-plugin to 3.28.x for Java 25 support (#1136)
  • 1d25dc2 Fix quadratic traversal in NoGuavaPredicate
  • a58ef3a use . instead # for FQN link in Markdown javadoc (#1134)
  • 306ab43 Use GitHub actions/checkout@v7
  • ef80810 Remove out-of-date OWASP suppressions
  • Additional commits viewable in compare view

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

Release notes

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

v3.39.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.38.0...v3.39.0

3.38.0

What's Changed

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

Commits
  • 9321cbc Convert assertThrows with an Executable variable (#1046)
  • 0eb4765 Skip JUnit 4 lifecycle annotation when Jupiter equivalent already present (#1...
  • e471570 Decompose assertThat(a && b).isTrue() into separate assertions (#1042)
  • 8ade02d Add recipe to surface implausible JUnit @​Timeout values as minutes (#1041)
  • 7e27ad6 TestsShouldNotBePublic: recognize meta-annotated test methods (#1040)
  • db78ffd Cover commented AssertJ tests: array length, Comparable & BigDecimal compareT...
  • 9a8b7cb Fix isSameAs(null) compile error from null reference comparisons (#1038)
  • 9e69b1b Simplify AssertJ hasSize(0) to isEmpty() for Iterable (#1037)
  • cd8b263 Converge AssertJ isSameAs/isNotSameAs(0|1) to isZero/isNotZero/isOne in a sin...
  • 286a3d7 Refactor assertThat(x instanceof Type).isTrue() to assertThat(x).isInstanceOf...
  • Additional commits viewable in compare view

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

Release notes

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

6.42.0

What's Changed

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

Commits
  • 64b0e5f [maven-release-plugin] prepare release v6.42.0
  • d360daa Bump rewrite.version property
  • dbe81d4 Apply configured styles after auto-detected styles; tighten parser visibility...
  • c4cc317 chore(ci): bump io.micrometer:micrometer-core from 1.16.5 to 1.17.0 (#1166)
  • af2ae2f Switch to packages.nuxeo.com (#1167)
  • 1f337f0 Bump rewrite.version property
  • c6d8097 git-ignore .context/
  • cfd5b08 Remove .context files (#1165)
  • 962cc40 Change the MavenPomCache init logic (#1164)
  • 45c5bd6 chore(ci): bump org.openrewrite:rewrite-bom from 8.84.0 to 8.84.4 (#1163)
  • Additional commits viewable in compare view

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 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

Bumps the openrewrite group with 3 updates: [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java), [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) and [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).


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

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

Updates `org.openrewrite.maven:rewrite-maven-plugin` from 6.41.0 to 6.42.0
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](openrewrite/rewrite-maven-plugin@v6.41.0...v6.42.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-migrate-java
  dependency-version: 3.38.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.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-version: 6.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: openrewrite
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 23, 2026
@timtebeek
timtebeek merged commit cb13ced into main Jun 23, 2026
3 checks passed
@timtebeek
timtebeek deleted the dependabot/maven/openrewrite-c74312ca43 branch June 23, 2026 06:06
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.

1 participant