Skip to content
Open
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
Update logback-classic to 1.5.22
  • Loading branch information
github-actions[bot] committed Dec 12, 2025
commit 4ed43bd8c6d984f8fa1e19957d886cd8a5af8111
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ object Dependencies {
"org.slf4j" % "jul-to-slf4j" % "2.0.17",
"org.slf4j" % "jcl-over-slf4j" % "2.0.17",
"org.slf4j" % "log4j-over-slf4j" % "2.0.17",
"ch.qos.logback" % "logback-classic" % "1.5.18",
"ch.qos.logback" % "logback-classic" % "1.5.22",
)
}