Skip to content

Commit cc162a3

Browse files
Scala-Steward: Update logback-classic from 1.5.18 to 1.5.19 (#472)
1 parent 6268128 commit cc162a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/akka-cluster-app/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lazy val circeDependency = "io.circe" %% "circe-core" % circeVersion
2828
lazy val ashDependencies =
2929
Seq(AkkaSerializationHelperPlugin.annotation, AkkaSerializationHelperPlugin.circeAkkaSerializer)
3030

31-
lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.5.18"
31+
lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.5.19"
3232

3333
ThisBuild / semanticdbEnabled := true
3434
ThisBuild / semanticdbVersion := "4.12.6"

examples/akka-persistence-app/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ libraryDependencies ++= Seq(
5353
"com.typesafe.akka" %% "akka-discovery" % akkaVersion,
5454
// Common dependencies for logging and testing
5555
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
56-
"ch.qos.logback" % "logback-classic" % "1.5.18",
56+
"ch.qos.logback" % "logback-classic" % "1.5.19",
5757
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
5858
// 3. Using Akka Persistence
5959
"com.typesafe.akka" %% "akka-persistence-typed" % akkaVersion,

0 commit comments

Comments
 (0)