chore: bump ch.qos.logback:logback-core from 1.2.3 to 1.6.3 - #43
Conversation
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.2.3 to 1.6.3. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.2.3...v_1.6.3) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
PR SummaryLow Risk Overview The newer logback-core line includes security hardening (e.g. MDC path sanitization for sifting appenders) and other logging-framework fixes that apply when tests pull in logback. Reviewed by Cursor Bugbot for commit cb60aec. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit cb60aec. Configure here.
| threetenbp_version = "1.3.5" | ||
| json_fire_version = "1.8.0" | ||
| slf4j_core_version = "1.2.3" | ||
| slf4j_core_version = "1.6.3" |
There was a problem hiding this comment.
Incompatible logback-core and classic versions
High Severity
Bumping only logback-core to 1.6.3 leaves logback-classic at 1.2.3. These artifacts share internal APIs and must match, so DefaultLogHandler initialization in unit tests can fail with linkage errors. 1.6.3 also needs SLF4J 2.x, while slf4j-api stays at 1.7.30.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit cb60aec. Configure here.


Bumps ch.qos.logback:logback-core from 1.2.3 to 1.6.3.
Release notes
Sourced from ch.qos.logback:logback-core's releases.
... (truncated)
Commits
e8e824dprepare release 1.6.3761821bMDCBasedDiscriminator has a gated warning mechanism53ed122update copyright yearc7e2db2rename SimpleInvocationGate as FixedIntervalInvocationGateb5aa931added BatchedSimpleInvocationGate1f22af7add javadocs to SimpleInvocationGate638ffa7prevent forward and backward slashes to escape to other directories7d6b9a4add missing ch.qos.logback.core.property packagefa25930add an extension path in ConsoleAppender for JansiConsoleAppenderc73b43fdeprecate the withJansi pathDependabot 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)