Skip to content

Commit

Permalink
Update logback-classic to 1.5.16 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 13, 2025
1 parent 537423b commit 0c246da
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 @@ -41,7 +41,7 @@ object Dependencies {
val akkaStreamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test
val akkaJackson = "com.typesafe.akka" %% "akka-serialization-jackson" % AkkaVersion % Test

val logback = "ch.qos.logback" % "logback-classic" % "1.5.8" % Test // EPL 1.0 / LGPL 2.1
val logback = "ch.qos.logback" % "logback-classic" % "1.5.16" % Test // EPL 1.0 / LGPL 2.1
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.12" % Test // ApacheV2
val junit = "junit" % "junit" % "4.12" % Test // Eclipse Public License 1.0
val junitInterface = "com.novocode" % "junit-interface" % "0.11" % Test // "BSD 2-Clause"
Expand Down

0 comments on commit 0c246da

Please sign in to comment.