We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a5f2b commit b415eedCopy full SHA for b415eed
1 file changed
build.sbt
@@ -39,7 +39,7 @@ lazy val core: Project = (project in file("core"))
39
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
40
"com.softwaremill.sttp.tapir" %% "tapir-apispec-docs" % tapirV,
41
"com.softwaremill.sttp.apispec" %% "jsonschema-circe" % "0.11.9",
42
- "ch.qos.logback" % "logback-classic" % "1.4.14",
+ "ch.qos.logback" % "logback-classic" % "1.5.18",
43
"org.slf4j" % "slf4j-api" % "2.0.13"
44
)
45
0 commit comments