Skip to content

Commit 5e08dea

Browse files
Update slf4j-api to 2.0.17 (#6)
1 parent 1447174 commit 5e08dea

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
@@ -40,7 +40,7 @@ lazy val core: Project = (project in file("core"))
4040
"com.softwaremill.sttp.tapir" %% "tapir-apispec-docs" % tapirV,
4141
"com.softwaremill.sttp.apispec" %% "jsonschema-circe" % "0.11.9",
4242
"ch.qos.logback" % "logback-classic" % "1.5.18",
43-
"org.slf4j" % "slf4j-api" % "2.0.13"
43+
"org.slf4j" % "slf4j-api" % "2.0.17"
4444
)
4545
)
4646

0 commit comments

Comments
 (0)