Bump the openrewrite group across 1 directory with 6 updates#25886
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump the openrewrite group across 1 directory with 6 updates#25886dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the openrewrite group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.openrewrite:rewrite-java](https://github.com/openrewrite/rewrite) | `8.80.0` | `8.81.0` | | [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) | `3.35.0` | `3.35.2` | | [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) | `3.33.0` | `3.34.0` | | [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) | `2.33.0` | `2.34.0` | | [org.openrewrite.recipe:rewrite-joda](https://github.com/openrewrite/rewrite-joda) | `0.8.1` | `0.8.2` | | [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) | `6.37.0` | `6.38.0` | Updates `org.openrewrite:rewrite-java` from 8.80.0 to 8.81.0 - [Release notes](https://github.com/openrewrite/rewrite/releases) - [Commits](openrewrite/rewrite@v8.80.0...v8.81.0) Updates `org.openrewrite.recipe:rewrite-testing-frameworks` from 3.35.0 to 3.35.2 - [Release notes](https://github.com/openrewrite/rewrite-testing-frameworks/releases) - [Commits](openrewrite/rewrite-testing-frameworks@v3.35.0...v3.35.2) Updates `org.openrewrite.recipe:rewrite-migrate-java` from 3.33.0 to 3.34.0 - [Release notes](https://github.com/openrewrite/rewrite-migrate-java/releases) - [Commits](openrewrite/rewrite-migrate-java@v3.33.0...v3.34.0) Updates `org.openrewrite.recipe:rewrite-static-analysis` from 2.33.0 to 2.34.0 - [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases) - [Commits](openrewrite/rewrite-static-analysis@v2.33.0...v2.34.0) Updates `org.openrewrite.recipe:rewrite-joda` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/openrewrite/rewrite-joda/releases) - [Commits](openrewrite/rewrite-joda@v0.8.1...v0.8.2) Updates `org.openrewrite.maven:rewrite-maven-plugin` from 6.37.0 to 6.38.0 - [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases) - [Commits](openrewrite/rewrite-maven-plugin@v6.37.0...v6.38.0) --- updated-dependencies: - dependency-name: org.openrewrite:rewrite-java dependency-version: 8.81.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.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: openrewrite - dependency-name: org.openrewrite.recipe:rewrite-migrate-java dependency-version: 3.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: openrewrite - dependency-name: org.openrewrite.recipe:rewrite-static-analysis dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: openrewrite - dependency-name: org.openrewrite.recipe:rewrite-joda dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: openrewrite - dependency-name: org.openrewrite.maven:rewrite-maven-plugin dependency-version: 6.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: openrewrite ... Signed-off-by: dependabot[bot] <support@github.com>
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 openrewrite group with 6 updates in the / directory:
8.80.08.81.03.35.03.35.23.33.03.34.02.33.02.34.00.8.10.8.26.37.06.38.0Updates
org.openrewrite:rewrite-javafrom 8.80.0 to 8.81.0Release notes
Sourced from org.openrewrite:rewrite-java's releases.
Commits
4687514Use version pattern in noDependencyManagementSection test (#7475)e1abb30JavaScript: Package Manager to return the same marker if no changes (#7473)1df7d01Also deduplicate singletons from DeclarativeRecipe descriptor39006a6Fix Kotlin parser handling of unresolved callable references (#7469)305085cFix GroovyParserVisitor cast dispatch for parenthesized expressions (#7470)ace0569During declarative recipe loading filter out duplicate copies of singleton re...a922f22Fix GroovyParserVisitor crash on multi-variable field declarations (#7467)8912b00Fix YAML print idempotency for asterisk placeholders inside block scalars (#7...a9ab1aeAdd Supplier<Path> overloads to RPC builders for lazy tool-path resolution (#...585edc3Fix print idempotency for Javadoc\<pre>\<code>blocks on Java 25 (#7464)Updates
org.openrewrite.recipe:rewrite-testing-frameworksfrom 3.35.0 to 3.35.2Release notes
Sourced from org.openrewrite.recipe:rewrite-testing-frameworks's releases.
Commits
1302589Make declarative recipes singletons92de89aFix UpdateMockWebServerDispatcher classpath lookup (#975)Updates
org.openrewrite.recipe:rewrite-migrate-javafrom 3.33.0 to 3.34.0Release notes
Sourced from org.openrewrite.recipe:rewrite-migrate-java's releases.
Commits
61c1777Extract documentation examples from tests95028a5AddUsePredicateNotto replace cast-and-negate withPredicate.not(..)(#1...a58b8b2Ensurecasealways has a space before the label in `IfElseIfConstructToSwit...Updates
org.openrewrite.recipe:rewrite-static-analysisfrom 2.33.0 to 2.34.0Release notes
Sourced from org.openrewrite.recipe:rewrite-static-analysis's releases.
Commits
90e4a60bugfix: false positive in AnnotateNullableParameters when parameter … (#865)Updates
org.openrewrite.recipe:rewrite-jodafrom 0.8.1 to 0.8.2Release notes
Sourced from org.openrewrite.recipe:rewrite-joda's releases.
Commits
Updates
org.openrewrite.maven:rewrite-maven-pluginfrom 6.37.0 to 6.38.0Release notes
Sourced from org.openrewrite.maven:rewrite-maven-plugin's releases.
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 iterationYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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