chore(deps): bump ch.qos.logback:logback-classic from 1.5.34 to 1.5.35#929
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump ch.qos.logback:logback-classic from 1.5.34 to 1.5.35#929dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.34 to 1.5.35. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.34...v_1.5.35) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.35 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Contributor
Author
|
Superseded by #943. |
dependabot
Bot
deleted the
dependabot/maven/ch.qos.logback-logback-classic-1.5.35
branch
July 2, 2026 13:53
mergify Bot
added a commit
that referenced
this pull request
Jul 17, 2026
… 2.37.0 to 2.39.0 [skip ci] Bumps [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) from 2.37.0 to 2.39.0. Release notes *Sourced from [org.openrewrite.recipe:rewrite-static-analysis's releases](https://github.com/openrewrite/rewrite-static-analysis/releases).* > 2.39.0 > ------ > > What's Changed > -------------- > > * Fix UseStringCaseInsensitiveOrder lambda matching by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#933](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/933) > * Keep (Object) cast on array argument at varargs position by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#935](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/935) > * Python: add Python tests for selected 7 recipes by [`@greg-at-moderne`](https://github.com/greg-at-moderne) in [openrewrite/rewrite-static-analysis#929](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/929) > * Consolidate UseStringCaseInsensitiveOrder into a single Refaster template by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#937](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/937) > > **Full Changelog**: <openrewrite/rewrite-static-analysis@v2.38.0...v2.39.0> > > 2.38.0 > ------ > > What's Changed > -------------- > > * Fix `UseTryWithResources` moving resource out of scope for catch block by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#921](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/921) > * Fix `MinimumSwitchCases` crash on Java 21 sealed-interface pattern switch by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#922](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/922) > * Fix RemoveUnusedPrivateMethods deleting methods called with raw collection arguments by [`@habiibullahm`](https://github.com/habiibullahm) in [openrewrite/rewrite-static-analysis#898](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/898) > * Add UseStringCaseInsensitiveOrder by [`@steve-aom-elliott`](https://github.com/steve-aom-elliott) in [openrewrite/rewrite-static-analysis#923](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/923) > * Add 7 cross-language code quality recipes by [`@jkschneider`](https://github.com/jkschneider) in [openrewrite/rewrite-static-analysis#853](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/853) > * Fix `RemoveRedundantTypeCast` removing cast that gives a `var` lambda its target type by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#925](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/925) > * Tests for Kotlin, Groovy, TS for cross-language code quality recipes by [`@greg-at-moderne`](https://github.com/greg-at-moderne) in [openrewrite/rewrite-static-analysis#928](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/928) > * Add RemoveUnreachableMultiCatchAlternative by [`@steve-aom-elliott`](https://github.com/steve-aom-elliott) in [openrewrite/rewrite-static-analysis#926](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/926) > * Use unnamed variable for unused try-with-resources resource on Java 21+ by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#930](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/930) > > New Contributors > ---------------- > > * [`@habiibullahm`](https://github.com/habiibullahm) made their first contribution in [openrewrite/rewrite-static-analysis#898](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/898) > > **Full Changelog**: <openrewrite/rewrite-static-analysis@v2.37.0...v2.38.0> Commits * [`e51c700`](openrewrite/rewrite-static-analysis@e51c700) Extract documentation examples from tests * [`7cb9e59`](openrewrite/rewrite-static-analysis@7cb9e59) Consolidate UseStringCaseInsensitiveOrder into a single Refaster template ([#937](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/937)) * [`6108d5f`](openrewrite/rewrite-static-analysis@6108d5f) OpenRewrite recipe best practices * [`a303997`](openrewrite/rewrite-static-analysis@a303997) Python: add Python tests for selected 7 recipes ([#929](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/929)) * [`4aff898`](openrewrite/rewrite-static-analysis@4aff898) Keep (Object) cast on array argument at varargs position ([#935](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/935)) * [`35794f9`](openrewrite/rewrite-static-analysis@35794f9) Another UseDiamondOperator varargs fix * [`03e2bcc`](openrewrite/rewrite-static-analysis@03e2bcc) Fix UseStringCaseInsensitiveOrder FromLambda template to match lambdas ([#933](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/933)) * [`1b83d00`](openrewrite/rewrite-static-analysis@1b83d00) OpenRewrite recipe best practices * [`6ed9dfd`](openrewrite/rewrite-static-analysis@6ed9dfd) Use unnamed variable for unused try-with-resources resource on Java 21+ ([#930](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/930)) * [`be7f594`](openrewrite/rewrite-static-analysis@be7f594) Add RemoveUnreachableMultiCatchAlternative ([#926](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/926)) * Additional commits viewable in [compare view](openrewrite/rewrite-static-analysis@v2.37.0...v2.39.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 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)
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 ch.qos.logback:logback-classic from 1.5.34 to 1.5.35.
Release notes
Sourced from ch.qos.logback:logback-classic's releases.
Commits
08bd159preapre release 1.5.3537d256bindentation changes onlyd3d7307minor commentfa0411aradomize file location834fdbadisable consoleCharset test42eabc3fix messages in IfModelHandler347efc8add unicode escape prevention1b6ba73allow derived classes to override makeAnotherInstance340e8becheck for unicode escape codes in Janino conditions4468f5eadding support for certifying configuratorsDependabot 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 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)