Skip to content

Commit

Permalink
Update logback-classic to 1.4.13 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrutsch authored Nov 29, 2023
1 parent 42c5cf2 commit ddead71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
}

val core: Seq[ModuleID] = Seq(
"ch.qos.logback" % "logback-classic" % "1.4.11" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.13" % Test,
"com.typesafe.akka" %% "akka-persistence" % Versions.akka,
"com.typesafe.akka" %% "akka-persistence-query" % Versions.akka,
"com.typesafe.akka" %% "akka-slf4j" % Versions.akka,
Expand Down

0 comments on commit ddead71

Please sign in to comment.