From 81c2b0c5f183fa3401be74a1b3c5f54d2365121a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 5 Aug 2023 17:50:27 +0000 Subject: [PATCH] Update logback-classic to 1.4.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 436759d..bf0cd85 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ ThisBuild / libraryDependencies ++= Seq( "io.netty" % "netty-codec-http" % nettyVersion, "io.netty" % "netty-common" % nettyVersion, "io.netty" % "netty-handler" % nettyVersion, - "ch.qos.logback" % "logback-classic" % "1.4.6" % Test, + "ch.qos.logback" % "logback-classic" % "1.4.9" % Test, "org.scalameta" %% "munit" % "0.7.29" % Test ).map(_.withSources())