Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the rewrite group with 6 updates #816

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the rewrite group with 6 updates:

Package From To
org.openrewrite.recipe:rewrite-apache 2.1.0 2.2.0
org.openrewrite.recipe:rewrite-java-security 3.0.1 3.1.0
org.openrewrite.recipe:rewrite-migrate-java 3.1.0 3.2.0
org.openrewrite.recipe:rewrite-static-analysis 2.1.0 2.2.0
org.openrewrite.recipe:rewrite-testing-frameworks 3.1.0 3.2.0
org.openrewrite.maven:rewrite-maven-plugin 6.0.5 6.1.0

Updates org.openrewrite.recipe:rewrite-apache from 2.1.0 to 2.2.0

Release notes

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

2.2.0

What's Changed

Full Changelog: openrewrite/rewrite-apache@v2.1.0...v2.2.0

Commits
  • f810765 [55] Use recursive: true on ChangePackage for coll3->4 recipe (#56)
  • 9baaaba refactor: Update Gradle wrapper
  • See full diff in compare view

Updates org.openrewrite.recipe:rewrite-java-security from 3.0.1 to 3.1.0

Commits

Updates org.openrewrite.recipe:rewrite-migrate-java from 3.1.0 to 3.2.0

Release notes

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

3.2.0

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.1.0...v3.2.0

Commits
  • a6f6ea1 Avoid NPE on missing method type in JodaTimeVisitor
  • bc40657 Expect to change Lombok AllArgsConstructor going forward
  • e9d71c5 Polish ChangeDefaultKeyStore to only apply to Java 11 (#670)
  • 23ddb3b Java 11 recipe for default keystore change (#667)
  • 3bdb201 [Auto] SDKMAN! Java candidates as of 2025-02-03T1013
  • 9f7140e refactor: Update Gradle wrapper
  • 974fe69 [Auto] SDKMAN! Java candidates as of 2025-01-27T1014
  • 54ef0d7 Fix compilation issue following upstream change
  • See full diff in compare view

Updates org.openrewrite.recipe:rewrite-static-analysis from 2.1.0 to 2.2.0

Release notes

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

2.2.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-static-analysis@v2.1.0...v2.2.0

Commits
  • 134cc38 Replace Validate.notNull(String) as well (#458)
  • 09ea6c0 Limit NoValueOfOnStringType binary handling to String concatenations
  • 7912c39 Improve CatchClauseOnlyRethrows to support MultiCatch completely (#455)
  • ecaea14 Expand RemoveExtraSemicolons description (#454)
  • 02224b1 refactor: Update Gradle wrapper
  • 2b4f15b fix: consider constructors in UnnecessaryCatch (#453)
  • See full diff in compare view

Updates org.openrewrite.recipe:rewrite-testing-frameworks from 3.1.0 to 3.2.0

Release notes

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

3.2.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.1.0...v3.2.0

Commits
  • 069f863 Restore constructor and field used downstream
  • 2a3d615 Update junit5.yml to use io.vertx.junit5.VertxExtension
  • f7df211 Add mockito-junit-jupiter when using runner in JUnit 4 (#670)
  • 032b0eb Apply OpenRewrite best practices to FindUnitTests
  • 1714582 Update expectation after upstream v0.20.0 release of EPS
  • 6e8c550 Feat add access to acc ai rewrite comprehension (#671)
  • ed11a6e Fix name and description
  • 6aa80c9 Feat find unit tests (#669)
  • fcacbdd refactor: Update Gradle wrapper
  • See full diff in compare view

Updates org.openrewrite.maven:rewrite-maven-plugin from 6.0.5 to 6.1.0

Release notes

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

6.1.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-maven-plugin@v6.0.5...v6.1.0

Commits
  • ffc6c59 [maven-release-plugin] prepare release v6.1.0
  • f9c70fc Bump rewrite.version properties
  • f2c4b2c Report first Throwable caught in InMemoryExecutionContext.onError (#942)
  • b09110a Apply suggested changes to EmptyBlockSample
  • aa08b8d chore(ci): bump org.owasp:dependency-check-maven from 12.0.0 to 12.0.2 (#941)
  • 5390c35 refactor: Find and replace OpenRewriteRecipeBestPractices
  • 19e178f Bump rewrite.version properties
  • e572785 Make rewrite-maven-plugin search for Kotlin source files in src/*/java if src...
  • 6e8dac7 Bump rewrite.version properties
  • 446645e [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

Bumps the rewrite group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.openrewrite.recipe:rewrite-apache](https://github.com/openrewrite/rewrite-apache) | `2.1.0` | `2.2.0` |
| [org.openrewrite.recipe:rewrite-java-security](https://github.com/moderneinc/rewrite-java-security) | `3.0.1` | `3.1.0` |
| [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) | `3.1.0` | `3.2.0` |
| [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) | `2.1.0` | `2.2.0` |
| [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) | `3.1.0` | `3.2.0` |
| [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) | `6.0.5` | `6.1.0` |


Updates `org.openrewrite.recipe:rewrite-apache` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/openrewrite/rewrite-apache/releases)
- [Commits](openrewrite/rewrite-apache@v2.1.0...v2.2.0)

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

Updates `org.openrewrite.recipe:rewrite-migrate-java` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/openrewrite/rewrite-migrate-java/releases)
- [Commits](openrewrite/rewrite-migrate-java@v3.1.0...v3.2.0)

Updates `org.openrewrite.recipe:rewrite-static-analysis` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](openrewrite/rewrite-static-analysis@v2.1.0...v2.2.0)

Updates `org.openrewrite.recipe:rewrite-testing-frameworks` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/openrewrite/rewrite-testing-frameworks/releases)
- [Commits](openrewrite/rewrite-testing-frameworks@v3.1.0...v3.2.0)

Updates `org.openrewrite.maven:rewrite-maven-plugin` from 6.0.5 to 6.1.0
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](openrewrite/rewrite-maven-plugin@v6.0.5...v6.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 10, 2025
Copy link

Test Results

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

Results for commit e74c0f5. ± Comparison against base commit 04b1d55.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

Superseded by #819.

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/maven/rewrite-41f4b9778a branch February 17, 2025 07:04
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