Skip to content

Commit

Permalink
Scala-Steward: Update logback-classic from 1.4.7 to 1.4.11 (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Lipski <[email protected]>
  • Loading branch information
scala-steward and PawelLipski authored Aug 30, 2023
1 parent 00b4627 commit e8dc7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/akka-persistence-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e8dc7b7

Please sign in to comment.