Skip to content

Commit 3b049d6

Browse files
Update logback-classic to 1.4.13 (#3226)
1 parent b171f7a commit 3b049d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object Dependencies {
3030
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % http4sCore.revision
3131
val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9"
3232
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.6.0"
33-
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.12"
33+
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.13"
3434
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.11.5"
3535
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision
3636
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision

0 commit comments

Comments
 (0)