Skip to content

Commit

Permalink
Update logback-classic to 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 20, 2024
1 parent 0d5689d commit 2882b27
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 @@ -35,7 +35,7 @@ lazy val root = (project in file("."))
"com.disneystreaming" %% "weaver-cats" % "0.8.3" % "it,test",
"org.testcontainers" % "testcontainers" % "1.19.1" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.41.4" % "it",
"ch.qos.logback" % "logback-classic" % "1.4.11" % "it,test"
"ch.qos.logback" % "logback-classic" % "1.4.14" % "it,test"
) ++ (scalaBinaryVersion.value match {
case v if v.startsWith("2.13") =>
Seq.empty
Expand Down

0 comments on commit 2882b27

Please sign in to comment.