Skip to content

Commit b415eed

Browse files
author
softwaremill-ci
authored
Update logback-classic to 1.5.18 (#1)
1 parent 41a5f2b commit b415eed

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
@@ -39,7 +39,7 @@ lazy val core: Project = (project in file("core"))
3939
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
4040
"com.softwaremill.sttp.tapir" %% "tapir-apispec-docs" % tapirV,
4141
"com.softwaremill.sttp.apispec" %% "jsonschema-circe" % "0.11.9",
42-
"ch.qos.logback" % "logback-classic" % "1.4.14",
42+
"ch.qos.logback" % "logback-classic" % "1.5.18",
4343
"org.slf4j" % "slf4j-api" % "2.0.13"
4444
)
4545
)

0 commit comments

Comments
 (0)