diff --git a/build.sbt b/build.sbt index 0e75a92..41b762c 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ lazy val server = (project in file("server")) "org.http4s" %% "http4s-dsl" % "0.22.2", "org.http4s" %% "http4s-circe" % "0.22.2", "io.circe" %% "circe-generic" % "0.14.1", - "org.slf4j" % "slf4j-simple" % "1.7.33", + "org.slf4j" % "slf4j-simple" % "1.7.36", "org.typelevel" %% "munit-cats-effect-2" % "1.0.7" % Test ), graalVMNativeImageOptions ++= Seq(