chore: bump org.slf4j:slf4j-api from 1.7.30 to 2.0.18 - #41
Conversation
Bumps org.slf4j:slf4j-api from 1.7.30 to 2.0.18. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
PR SummaryMedium Risk Overview Reviewed by Cursor Bugbot for commit 4340707. 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 4340707. Configure here.
| slf4j_core_version = "1.2.3" | ||
| slf4j_classic_version = "1.2.3" | ||
| slf4j_version = "1.7.30" | ||
| slf4j_version = "2.0.18" |
There was a problem hiding this comment.
SLF4J 2.0 breaks Logback binding
Low Severity
Bumping slf4j-api to 2.0.18 while logback-classic stays at 1.2.3 leaves tests without a working logging provider. SLF4J 2.0 only loads SLF4JServiceProvider bindings, which Logback 1.2 does not ship, so DefaultLogHandler silently uses a NOP logger.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 4340707. Configure here.


Bumps org.slf4j:slf4j-api from 1.7.30 to 2.0.18.
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 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)