From e8dc7b775496505add02af27cb51c82058d17046 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:26:23 +0200 Subject: [PATCH] Scala-Steward: Update logback-classic from 1.4.7 to 1.4.11 (#340) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Lipski --- examples/akka-persistence-app/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/akka-persistence-app/build.sbt b/examples/akka-persistence-app/build.sbt index 7b935b44..30c3d845 100644 --- a/examples/akka-persistence-app/build.sbt +++ b/examples/akka-persistence-app/build.sbt @@ -54,7 +54,7 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-discovery" % akkaVersion, // Common dependencies for logging and testing "com.typesafe.akka" %% "akka-slf4j" % akkaVersion, - "ch.qos.logback" % "logback-classic" % "1.4.7", + "ch.qos.logback" % "logback-classic" % "1.4.11", "org.scalatest" %% "scalatest" % "3.2.12" % Test, // 2. Using gRPC and/or protobuf "com.typesafe.akka" %% "akka-http2-support" % akkaHttp2SupportVersion,