From d95bc2d6343faf5f3b4f98e90f71898ddf4a07c1 Mon Sep 17 00:00:00 2001 From: Emily Bourke Date: Thu, 23 Jul 2026 14:28:14 +0100 Subject: [PATCH] Update content-atom to v13 The dependency on content-atom was introducing a transitive dependency on an old version of thrift which was being picked up in teleporter by yarn and flagged by our vulnerability reporting. This commit updates content-atom to a new version which is on a new version of thrift. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4dfebca..5f0fe3c 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion // dependency versions val contentEntityVersion = "4.0.0" -val contentAtomVersion = "12.0.1" +val contentAtomVersion = "13.0.0" val storyPackageVersion = "2.2.0" val thriftVersion = "0.24.0" val scroogeVersion = "22.1.0" // update plugins too if this version changes