Skip to content

Commit

Permalink
Update logback-classic to 1.5.9 (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 10, 2024
1 parent 1b7d5b0 commit 033b38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ lazy val commonSettings = Seq(
"junit" % "junit" % "4.13.2" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test, // Required by sbt to execute JUnit tests
"ch.qos.logback" % "logback-classic" % "1.5.8" % Test
"ch.qos.logback" % "logback-classic" % "1.5.9" % Test
),
missinglinkExcludedDependencies ++= List(
moduleFilter(organization = "org.slf4j", name = "slf4j-api")
Expand Down Expand Up @@ -156,7 +156,7 @@ lazy val coreScalaPB = (project in file("core-scalapb"))
"junit" % "junit" % "4.13.2" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test, // Required by sbt to execute JUnit tests
"ch.qos.logback" % "logback-classic" % "1.5.8" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.9" % Test,
"io.grpc" % "grpc-services" % Versions.grpcVersion % Test,
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf"
)
Expand Down

0 comments on commit 033b38d

Please sign in to comment.