From 886ed0865555c37c22eb9a3ecfd9ac9d774f3daf Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:55:50 +0000 Subject: [PATCH] Update circe-parser to 0.14.15 --- atom-publisher-lib/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom-publisher-lib/build.sbt b/atom-publisher-lib/build.sbt index d2d44c3..144c5fb 100644 --- a/atom-publisher-lib/build.sbt +++ b/atom-publisher-lib/build.sbt @@ -15,7 +15,7 @@ dependencyOverrides += "com.twitter" %% "scrooge-serializer" % scroogeVersion libraryDependencies ++= Seq( "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1", "org.typelevel" %% "cats-core" % "2.10.0", - "io.circe" %% "circe-parser" % "0.14.3", + "io.circe" %% "circe-parser" % "0.14.15", "com.gu" %% "fezziwig" % "1.9.2", "com.gu" %% "content-atom-model" % contentAtomVersion, "com.amazonaws" % "aws-java-sdk-dynamodb" % awsVersion,