Skip to content

Commit

Permalink
Update logback-classic to 1.4.5 (#2291)
Browse files Browse the repository at this point in the history
Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com>
  • Loading branch information
daschbot and BalduinLandolt committed Nov 23, 2022
1 parent c169b53 commit 93179d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -58,7 +58,7 @@ object Dependencies {
// logging
val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" // Scala 3 compatible
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.4" // the logging interface
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.4" // the logging implementation
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.5" // the logging implementation

// Metrics
val aspectjweaver = "org.aspectj" % "aspectjweaver" % "1.9.9.1"
Expand Down

0 comments on commit 93179d5

Please sign in to comment.