From 832a6b14bab4a714692b4b4e45590de0853ea82e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 13:29:54 +0000 Subject: [PATCH] Update logback-classic to 1.5.13 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2ea5ba7..f7a2147 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.5.12" % Test + "ch.qos.logback" % "logback-classic" % "1.5.13" % 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.5.12" % Test, + "ch.qos.logback" % "logback-classic" % "1.5.13" % Test, "io.grpc" % "grpc-services" % Versions.grpcVersion % Test, "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf" )