Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the rewrite group with 6 updates:

Package From To
org.openrewrite.recipe:rewrite-apache 2.14.0 2.15.0
org.openrewrite.recipe:rewrite-java-security 3.16.1 3.17.0
org.openrewrite.recipe:rewrite-migrate-java 3.15.1 3.16.0
org.openrewrite.recipe:rewrite-static-analysis 2.15.0 2.16.0
org.openrewrite.recipe:rewrite-testing-frameworks 3.15.1 3.16.0
org.openrewrite.maven:rewrite-maven-plugin 6.16.1 6.17.0

Updates org.openrewrite.recipe:rewrite-apache from 2.14.0 to 2.15.0

Release notes

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

2.15.0

What's Changed

Full Changelog: openrewrite/rewrite-apache@v2.14.0...v2.15.0

Commits
  • 70f43d3 Update documentation examples
  • 6daab14 Migrating nearly all of the remaining Apache HttpCore Nio util classes. (#99)
  • cdafad3 Migrate HttpClient SSLConnectionSocketFactory to DefaultClientTlsStrategy (#92)
  • 1100b0a Use classpath from resources for Refaster (#97)
  • See full diff in compare view

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

Commits

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

Release notes

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

3.16.0

What's Changed

New Contributors

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

Commits
  • caec49a AddJaxbRuntime should use overrideManagedDependency=true (#838)
  • c831007 Update documentation examples
  • 05fa3e0 Adopt InlineMethodCalls from openrewrite/rewrite (#837)
  • 35ba076 Drop Joda-Time recipes extracted to rewrite-joda (#836)
  • 7d30127 Adding jakarta.servlet:jakarta.servlet-api explicitly when the `javax.servl...
  • cea52ed [Auto] SDKMAN! Java candidates as of 2025-08-25T1017
  • eb159a4 Fixed validation.xml in jakarta-ee-10.yml (#834)
  • See full diff in compare view

Updates org.openrewrite.recipe:rewrite-static-analysis from 2.15.0 to 2.16.0

Release notes

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

2.16.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-static-analysis@v2.15.0...v2.16.0

Commits
  • 53c6b3e Update documentation examples
  • 0437c5c Fix ReplaceLambdaWithMethodReference to not replace lambdas inside anonymous ...
  • da75646 Expand coverage of UseCollectionInterfaces to LinkedList, Stack, TreeMap, Tre...
  • d01363c Prefer System getProperty() over getenv() (#679)
  • 6f8b0df AssertJ best practices
  • 5f64939 Fix NPE in UseCollectionInterfaces with annotated raw collection types (#717)
  • feee568 Fix annotation order and import
  • a51a3ba Use classpath from resource for Refaster (#714)
  • fa1d3c3 Fix OnlyCatchDeclaredExceptions to skip generic type variables
  • 21ad269 Do not move field annotations around arrays (#712)
  • Additional commits viewable in compare view

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

Release notes

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

3.16.0

What's Changed

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

Commits
  • d3f66c7 Update documentation examples
  • f9e03d5 Adapt @EnabledOnJre, @DisabledOnJre, @EnabledForJreRange and `@Disabled...
  • 2f840cb Use @ValueSource instead of @CsvSource where there's a single arg (#797)
  • See full diff in compare view

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

Release notes

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

6.17.0

What's Changed

New Contributors

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

Commits
  • c7b1e4f [maven-release-plugin] prepare release v6.17.0
  • 733ebca Bump rewrite.version property
  • 485ebf6 Update documentation examples
  • 3fcf499 chore(ci): bump com.gradle:develocity-maven-extension from 2.0.1 to 2.1 (#1014)
  • 70640e6 chore(ci): bump actions/upload-pages-artifact from 3 to 4 (#1030)
  • e3c0b37 Change GitHub Action version
  • 030ee82 Unwrap else block after return or throw statement (#1028)
  • a8531cf Bump rewrite.version property
  • 88c5e89 [maven-release-plugin] prepare for next development iteration
  • See full diff 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 8, 2025
Copy link

github-actions bot commented Sep 8, 2025

Test Results

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

Results for commit ab814e0. ± Comparison against base commit 6b41768.

♻️ This comment has been updated with latest results.

@dependabot dependabot bot force-pushed the dependabot/maven/rewrite-f07eb5c22b branch from 4e9a725 to 077c6ea Compare September 29, 2025 07:10
Bumps the rewrite group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.openrewrite.recipe:rewrite-apache](https://github.com/openrewrite/rewrite-apache) | `2.14.0` | `2.15.0` |
| [org.openrewrite.recipe:rewrite-java-security](https://github.com/moderneinc/rewrite-java-security) | `3.16.1` | `3.17.0` |
| [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) | `3.15.1` | `3.16.0` |
| [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) | `2.15.0` | `2.16.0` |
| [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) | `3.15.1` | `3.16.0` |
| [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) | `6.16.1` | `6.17.0` |


Updates `org.openrewrite.recipe:rewrite-apache` from 2.14.0 to 2.15.0
- [Release notes](https://github.com/openrewrite/rewrite-apache/releases)
- [Commits](openrewrite/rewrite-apache@v2.14.0...v2.15.0)

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

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

Updates `org.openrewrite.recipe:rewrite-static-analysis` from 2.15.0 to 2.16.0
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](openrewrite/rewrite-static-analysis@v2.15.0...v2.16.0)

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

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

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-apache
  dependency-version: 2.15.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.17.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.16.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.16.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.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rewrite
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-version: 6.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rewrite
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/rewrite-f07eb5c22b branch from 077c6ea to ab814e0 Compare October 6, 2025 06:07
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