diff --git a/build.sbt b/build.sbt index 858e5baf..e01c42c1 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ val commonSettings = Seq( "org.http4s" %% "http4s-circe" % "0.23.15", "org.http4s" %% "http4s-dsl" % "0.23.15", "io.circe" %% "circe-generic" % "0.14.2", - "io.circe" %% "circe-core" % "0.14.2", + "io.circe" %% "circe-core" % "0.14.15", "io.circe" %% "circe-generic" % "0.14.2", "io.circe" %% "circe-parser" % "0.14.2", "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.0.6",