Skip to content

build(deps): bump the rewrite group with 4 updates#887

Merged
Calixte merged 1 commit intomasterfrom
dependabot/maven/rewrite-714940894e
Aug 26, 2025
Merged

build(deps): bump the rewrite group with 4 updates#887
Calixte merged 1 commit intomasterfrom
dependabot/maven/rewrite-714940894e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

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

Updates org.openrewrite.recipe:rewrite-java-security from 3.16.0 to 3.16.1

Commits

Updates org.openrewrite.recipe:rewrite-migrate-java from 3.15.0 to 3.15.1

Release notes

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

v3.15.1

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-migrate-java@v3.15.0...v3.15.1

Commits
  • 0563040 update builds to Java 25 (#833)
  • 0d9d736 Fix recipe reference to AccessController migration for Java 25 (#832)
  • 8a16285 Support @InlineMe annotations from any package
  • ad9e735 AssertJ best practices
  • b8f696b Use classpath from resource for Refaster (#830)
  • d309e2b Create recipe for @InlineMe annotation replacements (#788)
  • e584126 [Auto] SDKMAN! Java candidates as of 2025-08-18T1017
  • e3fa75a Update jakarta-ee-9.yml add javax.servlet.jsp update (#829)
  • f8c3176 Do not convert text blocks when text contains carriage return
  • 89f6b7e Use Java 21 for tests
  • Additional commits viewable in compare view

Updates org.openrewrite.recipe:rewrite-testing-frameworks from 3.15.0 to 3.15.1

Release notes

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

v3.15.1

What's Changed

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.15.0...v3.15.1

Commits
  • 46caa79 JUnit5BestPractices - Upgrade mockwebserver3-junit5 to 5.1.0 version (#796)
  • 31da639 Add JUnitTryFailToAssertThatThrownBy (#781)
  • ec45a7a Use FindDependency from rewrite-java-dependencies in AnyToNullable
  • fec110e Use classpath from resource for Refaster (#794)
  • b5bc87a Remove lineSeparator annotation attribute (#793)
  • a9f1463 Recipes to migrate from JUnit 5 to JUnit 6 (#792)
  • bf91b26 Add TestMethodsShouldBeVoid recipe to fix tests not discovered (#791)
  • See full diff in compare view

Updates org.openrewrite.maven:rewrite-maven-plugin from 6.16.0 to 6.16.1

Release notes

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

6.16.1

What's Changed

Full Changelog: openrewrite/rewrite-maven-plugin@v6.16.0...v6.16.1

Commits
  • bf8b473 [maven-release-plugin] prepare release v6.16.1
  • 3f2c965 Prepare for release
  • 627c324 Perform checks against .gitignore last (#1027)
  • dd095a1 Add .gitignore support for exclusions (#1026)
  • 1108fc1 Update expected path for classpath.tsv.gz
  • fdd99cd chore(ci): bump actions/checkout from 4 to 5 (#1025)
  • e7f94ab chore(ci): bump org.apache.maven.plugins:maven-javadoc-plugin (#1023)
  • 378e8d5 chore(ci): bump io.micrometer:micrometer-core from 1.15.2 to 1.15.3 (#1024)
  • 97c8ce7 Bump rewrite.version property
  • 7e7383a Parse makefiles as plain text (#1022)
  • 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 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

Bumps the rewrite group with 4 updates: [org.openrewrite.recipe:rewrite-java-security](https://github.com/moderneinc/rewrite-java-security), [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-java-security` from 3.16.0 to 3.16.1
- [Commits](https://github.com/moderneinc/rewrite-java-security/commits)

Updates `org.openrewrite.recipe:rewrite-migrate-java` from 3.15.0 to 3.15.1
- [Release notes](https://github.com/openrewrite/rewrite-migrate-java/releases)
- [Commits](openrewrite/rewrite-migrate-java@v3.15.0...v3.15.1)

Updates `org.openrewrite.recipe:rewrite-testing-frameworks` from 3.15.0 to 3.15.1
- [Release notes](https://github.com/openrewrite/rewrite-testing-frameworks/releases)
- [Commits](openrewrite/rewrite-testing-frameworks@v3.15.0...v3.15.1)

Updates `org.openrewrite.maven:rewrite-maven-plugin` from 6.16.0 to 6.16.1
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](openrewrite/rewrite-maven-plugin@v6.16.0...v6.16.1)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-java-security
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rewrite
- dependency-name: org.openrewrite.recipe:rewrite-migrate-java
  dependency-version: 3.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rewrite
- dependency-name: org.openrewrite.recipe:rewrite-testing-frameworks
  dependency-version: 3.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rewrite
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-version: 6.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rewrite
...

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 Aug 25, 2025
@github-actions
Copy link

Test Results

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

Results for commit 8b97a46. ± Comparison against base commit b3df507.

@Calixte Calixte merged commit c3aa67a into master Aug 26, 2025
8 checks passed
@Calixte Calixte deleted the dependabot/maven/rewrite-714940894e branch August 26, 2025 21:56
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