Skip to content

Commit 929bddc

Browse files
Update logback-classic to 1.5.18 (#734)
1 parent c1dd86d commit 929bddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ lazy val commonSettings = Seq(
6969
"junit" % "junit" % "4.13.2" % Test,
7070
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
7171
"com.github.sbt" % "junit-interface" % "0.13.3" % Test, // Required by sbt to execute JUnit tests
72-
"ch.qos.logback" % "logback-classic" % "1.5.17" % Test
72+
"ch.qos.logback" % "logback-classic" % "1.5.18" % Test
7373
),
7474
missinglinkExcludedDependencies ++= List(
7575
moduleFilter(organization = "org.slf4j", name = "slf4j-api")
@@ -156,7 +156,7 @@ lazy val coreScalaPB = (project in file("core-scalapb"))
156156
"junit" % "junit" % "4.13.2" % Test,
157157
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
158158
"com.github.sbt" % "junit-interface" % "0.13.3" % Test, // Required by sbt to execute JUnit tests
159-
"ch.qos.logback" % "logback-classic" % "1.5.17" % Test,
159+
"ch.qos.logback" % "logback-classic" % "1.5.18" % Test,
160160
"io.grpc" % "grpc-services" % Versions.grpcVersion % Test,
161161
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf"
162162
)

0 commit comments

Comments
 (0)