Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {
json_fire_version = "1.8.0"
slf4j_core_version = "1.2.3"
slf4j_classic_version = "1.2.3"
slf4j_version = "1.7.30"
slf4j_version = "2.0.18"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4340707. Configure here.

}

dependencies {
Expand Down
Loading