Skip to content

Commit 8dd75b1

Browse files
Update logback-classic to 1.5.21 (#64)
Co-authored-by: scala-steward <scala-steward>
1 parent c22df76 commit 8dd75b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lazy val examples = (project in file("examples"))
5353
libraryDependencies ++= Seq(
5454
"com.softwaremill.sttp.client4" %% "core" % "4.0.13",
5555
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
56-
"ch.qos.logback" % "logback-classic" % "1.5.20"
56+
"ch.qos.logback" % "logback-classic" % "1.5.21"
5757
)
5858
)
5959
.dependsOn(core)

0 commit comments

Comments
 (0)