Skip to content

Commit 2fae082

Browse files
author
softwaremill-ci
authored
Update logback-classic to 1.5.19 (#41)
1 parent 3c3dc88 commit 2fae082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.11",
5555
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
56-
"ch.qos.logback" % "logback-classic" % "1.5.18"
56+
"ch.qos.logback" % "logback-classic" % "1.5.19"
5757
)
5858
)
5959
.dependsOn(core)

0 commit comments

Comments
 (0)