build(deps): bump the rewrite group across 1 directory with 6 updates#908
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
build(deps): bump the rewrite group across 1 directory with 6 updates#908dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
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 |
2469a6d to
9467955
Compare
9467955 to
9b8478b
Compare
9b8478b to
045ccc0
Compare
045ccc0 to
20629a6
Compare
5e257a6 to
4ed010c
Compare
4ed010c to
d5e719e
Compare
d5e719e to
6ab27b3
Compare
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.25.1` | | [org.openrewrite.recipe:rewrite-java-security](https://github.com/moderneinc/rewrite-java-security) | `3.19.2` | `3.29.3` | | [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) | `3.19.0` | `3.34.0` | | [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) | `2.19.0` | `2.34.0` | | [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) | `3.19.0` | `3.35.2` | | [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) | `6.21.1` | `6.38.0` | Updates `org.openrewrite.recipe:rewrite-apache` from 2.18.0 to 2.25.1 - [Release notes](https://github.com/openrewrite/rewrite-apache/releases) - [Commits](openrewrite/rewrite-apache@v2.18.0...v2.25.1) Updates `org.openrewrite.recipe:rewrite-java-security` from 3.19.2 to 3.29.3 - [Commits](https://github.com/moderneinc/rewrite-java-security/commits) Updates `org.openrewrite.recipe:rewrite-migrate-java` from 3.19.0 to 3.34.0 - [Release notes](https://github.com/openrewrite/rewrite-migrate-java/releases) - [Commits](openrewrite/rewrite-migrate-java@v3.19.0...v3.34.0) Updates `org.openrewrite.recipe:rewrite-static-analysis` from 2.19.0 to 2.34.0 - [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases) - [Commits](openrewrite/rewrite-static-analysis@v2.19.0...v2.34.0) Updates `org.openrewrite.recipe:rewrite-testing-frameworks` from 3.19.0 to 3.35.2 - [Release notes](https://github.com/openrewrite/rewrite-testing-frameworks/releases) - [Commits](openrewrite/rewrite-testing-frameworks@v3.19.0...v3.35.2) Updates `org.openrewrite.maven:rewrite-maven-plugin` from 6.21.1 to 6.38.0 - [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases) - [Commits](openrewrite/rewrite-maven-plugin@v6.21.1...v6.38.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>
6ab27b3 to
75da1d6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rewrite group with 6 updates in the / directory:
2.18.02.25.13.19.23.29.33.19.03.34.02.19.02.34.03.19.03.35.26.21.16.38.0Updates
org.openrewrite.recipe:rewrite-apachefrom 2.18.0 to 2.25.1Release notes
Sourced from org.openrewrite.recipe:rewrite-apache's releases.
... (truncated)
Commits
f40a996OpenRewrite recipe best practicesc3f54acAdd composite recipe to prefer JDK over Apache Commons (#127)4318dfdEnable migrateTransitiveParent test for HttpClient 5 upgrade (#126)e9a07fdAdd explicit Charset to deprecated Apache FileUtils methods (#125)7b952e2OpenRewrite recipe best practices4b40bf5Add DefaultIfBlankToJdk recipe to replace StringUtils#defaultIfBlank with JDK...13c9fa3OpenRewrite recipe best practices9412dc9Add IsBlankToJdk recipe to replace StringUtils#isBlank and #isNotBlank with J...405194aBumped vulnerable dependencies (#121)0e4d4c1Update Gradle wrapper to 9.3.1Updates
org.openrewrite.recipe:rewrite-java-securityfrom 3.19.2 to 3.29.3Commits
Updates
org.openrewrite.recipe:rewrite-migrate-javafrom 3.19.0 to 3.34.0Release notes
Sourced from org.openrewrite.recipe:rewrite-migrate-java's releases.
... (truncated)
Commits
61c1777Extract documentation examples from tests95028a5AddUsePredicateNotto replace cast-and-negate withPredicate.not(..)(#1...a58b8b2Ensurecasealways has a space before the label in `IfElseIfConstructToSwit...eac4344FixMigrateCollections*template errors on complex expression contexts (#1067)0ca5cc8Extract documentation examples from tests968a22fGate Kotlin-based Java version cap on actual Kotlin sources (#1066)a471dd1[Auto] SDKMAN! Java candidates as of 2026-04-20T11163b7b950FixClassCastExceptionon parenthesized initializers invarrecipes (#1064)461609fRename_identifier to__for Java ≤ 8 source files (#1063)634e7d9SupportcopyOfmigration for Guava (#1062)Updates
org.openrewrite.recipe:rewrite-static-analysisfrom 2.19.0 to 2.34.0Release notes
Sourced from org.openrewrite.recipe:rewrite-static-analysis's releases.
... (truncated)
Commits
90e4a60bugfix: false positive in AnnotateNullableParameters when parameter … (#865)b315bbcExtract documentation examples from tests9ba38b4Add regression test forReplaceStackWithDequecrash onthisargument (#864)78afc25Fix FinalizePrivateFields breaking compilation when field is read in a lambda...3b2d847OpenRewrite recipe best practices2a0baacFix UnnecessaryCatch removing IOException for nested try-with-resources close...47094c2Handle chained addition in PreferIncrementOperator (#816)e097fabAdd tests confirming #20 is fixed (#860)3710118Test for if-else, fix do-while NeedBraces (#859)c6ebfd4Add S1185 recipe: Remove methods that only call super (#837)Updates
org.openrewrite.recipe:rewrite-testing-frameworksfrom 3.19.0 to 3.35.2Release notes
Sourced from org.openrewrite.recipe:rewrite-testing-frameworks's releases.
... (truncated)
Commits
1302589Make declarative recipes singletons92de89aFix UpdateMockWebServerDispatcher classpath lookup (#975)64260b8Extract documentation examples from testse09430bAdd@MockitoSettings(strictness = Strictness.WARN) for Mockito migration (#966)f041383Fix MockWebServer Dispatcher return type and RecordedRequest renames (#972)13f0a17OpenRewrite recipe best practices83d1f44Use KotlinTypeUtils.isKotlinUnit to match Kotlin void return types (#971)675b57dFix RemoveTryCatchFailBlocks failing when removing blocks within lambda expre...ea72478Fix ClassCastException in RemoveTimesZeroAndOne (#969)58bcc12Add MigrateToKafkaNative recipe for Testcontainers (#568) (#967)Updates
org.openrewrite.maven:rewrite-maven-pluginfrom 6.21.1 to 6.38.0Release notes
Sourced from org.openrewrite.maven:rewrite-maven-plugin's releases.
... (truncated)
Commits
4fe065c[maven-release-plugin] prepare release v6.38.0446bc8aBump rewrite.version propertyf3d983cBump rewrite.version propertyb5565ffBump rewrite.version propertyb7d7640[maven-release-plugin] prepare for next development iterationcaecb2f[maven-release-plugin] prepare release v6.37.068bab02Bump rewrite.version property841ed61chore(ci): bump maven-dependencies.version from 3.9.14 to 3.9.15 (#1147)4b191edchore(ci): bump io.micrometer:micrometer-core from 1.16.4 to 1.16.5 (#1148)e8cb166chore(ci): bump actions/upload-pages-artifact from 4 to 5 (#1146)