Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: logback-classic 1.2.12 (was 1.2.11) #1623

Merged
merged 4 commits into from
Aug 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.19",
"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