From d4112aec855e282abfde70c1053ae6fed342e30a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 1 Dec 2023 13:44:25 +0000 Subject: [PATCH] Update logback-classic to 1.4.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 76cdecf..6f6852f 100644 --- a/build.sbt +++ b/build.sbt @@ -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.4.13" % Test + "ch.qos.logback" % "logback-classic" % "1.4.14" % Test ), missinglinkExcludedDependencies ++= List( moduleFilter(organization = "org.slf4j", name = "slf4j-api") @@ -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.4.13" % Test, + "ch.qos.logback" % "logback-classic" % "1.4.14" % Test, "io.grpc" % "grpc-services" % Versions.grpcVersion % Test, "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf" )