Skip to content

Commit ec0cb87

Browse files
authored
chore(deps): bump org.openrewrite.recipe:rewrite-logging-frameworks from 3.16.0 to 3.17.0 [skip ci]
[//]: # (dependabot-start) ⚠️ \*\*Dependabot is rebasing this PR\*\* ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [org.openrewrite.recipe:rewrite-logging-frameworks](https://github.com/openrewrite/rewrite-logging-frameworks) from 3.16.0 to 3.17.0. Release notes *Sourced from [org.openrewrite.recipe:rewrite-logging-frameworks's releases](https://github.com/openrewrite/rewrite-logging-frameworks/releases).* > 3.17.0 > ------ > > What's Changed > -------------- > > * Cast `Throwables` to `Object` to preserve toString behavior in `ParameterizedLogging` by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-logging-frameworks#258](https://redirect.github.com/openrewrite/rewrite-logging-frameworks/pull/258) > > **Full Changelog**: <openrewrite/rewrite-logging-frameworks@v3.16.0...v3.17.0> Commits * [`5a97f51`](openrewrite/rewrite-logging-frameworks@5a97f51) Fix recipe validation issues * [`080d3e2`](openrewrite/rewrite-logging-frameworks@080d3e2) Cast `Throwables` to `Object` to preserve toString behavior in `Parameterized... * See full diff in [compare view](openrewrite/rewrite-logging-frameworks@v3.16.0...v3.17.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.16.0&new-version=3.17.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 aa71aa3 + 8c991f7 commit ec0cb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<docker-maven-plugin.version>0.46.0</docker-maven-plugin.version>
4141

4242
<rewrite-static-analysis.version>2.20.0</rewrite-static-analysis.version>
43-
<rewrite-logging-frameworks.version>3.16.0</rewrite-logging-frameworks.version>
43+
<rewrite-logging-frameworks.version>3.17.0</rewrite-logging-frameworks.version>
4444
<rewrite-maven-plugin.version>6.22.1</rewrite-maven-plugin.version>
4545
<rewrite-migrate-java.version>3.19.0</rewrite-migrate-java.version>
4646
<rewrite-testing-frameworks.version>3.20.0</rewrite-testing-frameworks.version>

0 commit comments

Comments
 (0)