Skip to content

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
mainfrom
dependabot/maven/ch.qos.logback-logback-classic-1.5.35
Closed

chore(deps): bump ch.qos.logback:logback-classic from 1.5.34 to 1.5.35#929
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/ch.qos.logback-logback-classic-1.5.35

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

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.

Logback 1.5.35

026-06-23 Release of logback version 1.5.35

• The 'condition' attribute in <if> elements now rejects unicode escape sequences (\u and \U). This closes a bypass of the existing prohibition on the new operator in Janino-evaluated conditions. This issue was reported by IcySun (icysun@qq.com) and registered as CVE-2026-13006.

• Added ConfiguratorRank.AUTHENTICATING (rank 100), the highest configurator rank, for certified/authenticating configurators discovered via the ServiceLoader mechanism. ContextInitializer now requires that at most one such configurator exist on the classpath; if more than one is found, initialization aborts with an error.

ConsoleCharsetPropertyDefiner is no longer shipped. The Java 21 multi-release compilation of logback-core has been disabled, which removes this class from the published artifact. Configurations that referenced ch.qos.logback.core.property.ConsoleCharsetPropertyDefiner will need an alternative approach for console charset detection.

• The logback-examples module is now included in artifacts published to Maven Central.

JoranConfigurator.makeAnotherInstance() and DefaultJoranConfigurator.performMultiStepConfigurationFileSearch() are now protected, allowing derived configurators to override these methods.

• A bitwise identical binary of this version can be reproduced by building from source code at commit 08bd1598d565d83444f72983935e7da4746783b7 associated with the tag v_1.5.35. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • 08bd159 preapre release 1.5.35
  • 37d256b indentation changes only
  • d3d7307 minor comment
  • fa0411a radomize file location
  • 834fdba disable consoleCharset test
  • 42eabc3 fix messages in IfModelHandler
  • 347efc8 add unicode escape prevention
  • 1b6ba73 allow derived classes to override makeAnotherInstance
  • 340e8be check for unicode escape codes in Janino conditions
  • 4468f5e adding support for certifying configurators
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <dependency name> 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)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 25, 2026
@mergify

mergify Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

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.

@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #943.

@dependabot dependabot Bot closed this Jul 2, 2026
@dependabot
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)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.openrewrite.recipe:rewrite-static-analysis&package-manager=maven&previous-version=2.37.0&new-version=2.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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants