This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch logback-cve in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-kafka.git
commit 0fc482941424e2a5ea5ae958fb70085daa1f8370 Author: PJ Fanning <[email protected]> AuthorDate: Fri Dec 1 20:11:27 2023 +0100 logback cve --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 394cfead..b468cf03 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -14,7 +14,7 @@ object Dependencies { lazy val benchmarkDependencies = Def.setting(Seq( "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", "io.dropwizard.metrics" % "metrics-core" % "4.2.11", - "ch.qos.logback" % "logback-classic" % "1.2.11", + "ch.qos.logback" % "logback-classic" % "1.2.13", "org.slf4j" % "log4j-over-slf4j" % slf4jVersion, "org.testcontainers" % "kafka" % testcontainersVersion % IntegrationTest, "org.apache.pekko" %% "pekko-slf4j" % pekkoVersion % IntegrationTest, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
