Skip to content

Commit c080e00

Browse files
authored
chore(deps): bump org.openrewrite.recipe:rewrite-logging-frameworks from 3.21.0 to 3.22.0 [skip ci]
Bumps [org.openrewrite.recipe:rewrite-logging-frameworks](https://github.com/openrewrite/rewrite-logging-frameworks) from 3.21.0 to 3.22.0. Release notes *Sourced from [org.openrewrite.recipe:rewrite-logging-frameworks's releases](https://github.com/openrewrite/rewrite-logging-frameworks/releases).* > 3.22.0 > ------ > > What's Changed > -------------- > > * Support for java.lang.System.Logger in recipes that handles System.out to logger framework by [`@​ovelindstrom`](https://github.com/ovelindstrom) in [openrewrite/rewrite-logging-frameworks#272](https://redirect.github.com/openrewrite/rewrite-logging-frameworks/pull/272) > * Fix IndexOutOfBoundsException with quoted parameters in JulParameterizedArguments by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-logging-frameworks#274](https://redirect.github.com/openrewrite/rewrite-logging-frameworks/pull/274) > > New Contributors > ---------------- > > * [`@​ovelindstrom`](https://github.com/ovelindstrom) made their first contribution in [openrewrite/rewrite-logging-frameworks#272](https://redirect.github.com/openrewrite/rewrite-logging-frameworks/pull/272) > > **Full Changelog**: <openrewrite/rewrite-logging-frameworks@v3.21.0...v3.22.0> Commits * [`5c7e039`](openrewrite/rewrite-logging-frameworks@5c7e039) Fix IndexOutOfBoundsException with quoted parameters in JulParameterizedArgum... * [`14cae24`](openrewrite/rewrite-logging-frameworks@14cae24) Support for java.lang.System.Logger in recipes that handles System.out to log... * [`924b426`](openrewrite/rewrite-logging-frameworks@924b426) Replace `getEstimatedEffortPerOccurrence()` method with field * [`64a9ccb`](openrewrite/rewrite-logging-frameworks@64a9ccb) Replace `getTags()` method with field * [`39b0615`](openrewrite/rewrite-logging-frameworks@39b0615) Update Gradle wrapper to 9.3.0 * [`7faaa66`](openrewrite/rewrite-logging-frameworks@7faaa66) Replace `getDisplayName()` and `getDescription()` methods with fields * [`011170e`](openrewrite/rewrite-logging-frameworks@011170e) Replace `getDisplayName()` and `getDescription()` methods with fields * [`e6eae07`](openrewrite/rewrite-logging-frameworks@e6eae07) OpenRewrite recipe best practices * See full diff in [compare view](openrewrite/rewrite-logging-frameworks@v3.21.0...v3.22.0) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.openrewrite.recipe:rewrite-logging-frameworks&package-manager=maven&previous-version=3.21.0&new-version=3.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
2 parents c2183fa + 791bde9 commit c080e00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
<!-- Rewrite versions -->
5454
<rewrite-static-analysis.version>2.25.0</rewrite-static-analysis.version>
55-
<rewrite-logging-frameworks.version>3.21.0</rewrite-logging-frameworks.version>
55+
<rewrite-logging-frameworks.version>3.22.0</rewrite-logging-frameworks.version>
5656
<rewrite-maven-plugin.version>6.27.1</rewrite-maven-plugin.version>
5757
<rewrite-migrate-java.version>3.26.0</rewrite-migrate-java.version>
5858
<rewrite-testing-frameworks.version>3.25.0</rewrite-testing-frameworks.version>

0 commit comments

Comments
 (0)