Skip to content

Commit

Permalink
Update logback-classic to 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
paualarco committed Oct 18, 2024
1 parent 00435e9 commit 27d2102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ lazy val commonDependencies = Seq(
"org.slf4j" % "log4j-over-slf4j" % "1.7.30",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3" % "provided;optional",
// For testing ...
"ch.qos.logback" % "logback-classic" % "1.2.3" % "test",
"ch.qos.logback" % "logback-classic" % "1.2.13" % "test",
"org.scalatest" %% "scalatest" % "3.0.9" % "test",
"org.scalacheck" %% "scalacheck" % "1.15.2" % "test")
)
Expand Down

0 comments on commit 27d2102

Please sign in to comment.