From 9d7d9f47f97a08585db155659b18bb8217fe02a2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 12:41:43 +0000 Subject: [PATCH] Update logback-classic to 1.5.10 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6585a80..80c410b 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.9" % Test + "ch.qos.logback" % "logback-classic" % "1.5.10" % 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.9" % Test, + "ch.qos.logback" % "logback-classic" % "1.5.10" % Test, "io.grpc" % "grpc-services" % Versions.grpcVersion % Test, "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf" )