From 4dd9d4b00764346c12a8c5ce93fb63dc8100f2b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 23:05:33 +0000 Subject: [PATCH] chore(deps): update dependency io.circe:circe-core to v0.14.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",