From 6a25821626b8867e574e975e9d0a484a0c551808 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 15:18:23 +0000 Subject: [PATCH] Update circe-parser to 0.14.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b312b54..7b1ecc0 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val notifications = project .settings( libraryDependencies ++= Seq( "com.comcast" %%% "ip4s-core" % "3.5.0", - "io.circe" %%% "circe-parser" % "0.14.7", + "io.circe" %%% "circe-parser" % "0.14.15", "is.cir" %%% "ciris" % "3.5.0", "org.http4s" %%% "http4s-circe" % "0.23.26", "org.http4s" %%% "http4s-dsl" % "0.23.26", @@ -67,7 +67,7 @@ lazy val operations = project libraryDependencies ++= Seq( "com.comcast" %%% "ip4s-core" % "3.5.0", "com.softwaremill.sttp.client3" %%% "cats" % "3.9.5" % Test, - "io.circe" %%% "circe-parser" % "0.14.7" % Test, + "io.circe" %%% "circe-parser" % "0.14.15" % Test, "is.cir" %%% "ciris" % "3.5.0", "org.gnieh" %%% "fs2-data-xml" % "1.11.0", "org.http4s" %%% "http4s-circe" % "0.23.26",