Skip to content

Commit

Permalink
Update logback-classic to 1.5.12 (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 26, 2024
1 parent feedcec commit 0c7117c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ lazy val stdSettings: Seq[sbt.Def.SettingsDefinition] = Seq(
"dev.zio" %% "zio-interop-reactivestreams" % "2.0.2",
"dev.zio" %% "zio-logging" % "2.3.2",
"dev.zio" %% "zio-logging-slf4j" % "2.3.2",
"ch.qos.logback" % "logback-classic" % "1.5.11",
"ch.qos.logback" % "logback-classic" % "1.5.12",
"org.hdrhistogram" % "HdrHistogram" % "2.2.2",
"dev.zio" %% "zio-aws-core" % zioAwsVersion,
"dev.zio" %% "zio-aws-kinesis" % zioAwsVersion,
Expand Down

0 comments on commit 0c7117c

Please sign in to comment.