Skip to content

Commit

Permalink
bump: logback-classic 1.2.12 (was 1.2.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 21, 2023
1 parent 1e25e79 commit dcbd873
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 @@ -297,7 +297,7 @@ lazy val tests = project
"org.hamcrest" % "hamcrest" % "2.2" % Test,
"net.aichler" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test,
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.12" % Test,
"org.slf4j" % "log4j-over-slf4j" % slf4jVersion % Test,
// Schema registry uses Glassfish which uses java.util.logging
"org.slf4j" % "jul-to-slf4j" % slf4jVersion % Test,
Expand Down Expand Up @@ -381,7 +381,7 @@ lazy val benchmarks = project
libraryDependencies ++= Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"io.dropwizard.metrics" % "metrics-core" % "4.2.18",
"ch.qos.logback" % "logback-classic" % "1.2.11",
"ch.qos.logback" % "logback-classic" % "1.2.12",
"org.slf4j" % "log4j-over-slf4j" % slf4jVersion,
// FIXME akka-stream-alpakka-csv removed for now, because of dependency cycle
// "com.lightbend.akka" %% "akka-stream-alpakka-csv" % "4.0.0",
Expand Down

0 comments on commit dcbd873

Please sign in to comment.