Skip to content

Commit

Permalink
Update logback-classic to 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrutsch committed Oct 9, 2024
1 parent dbf9ce0 commit feecb5e
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.14" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.9" % 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 feecb5e

Please sign in to comment.