From 6e12677d45dabfbcc9ce933f472bb1a0a7cc0962 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: Mon, 20 Jul 2026 10:56:38 +0000 Subject: [PATCH 1/2] Update libthrift to 0.24.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0a84b60..bf2cc6f 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ import java.net.URI val contentEntityVersion = "4.0.0" val scroogeVersion = "22.1.0" // remember to also update plugins.sbt if the scrooge version changes -val thriftVersion = "0.20.0" // remember to also update package.json if the thrift version changes +val thriftVersion = "0.24.0" // remember to also update package.json if the thrift version changes val artifactProductionSettings = Seq( organization := "com.gu", From 7cd906663eed47380bad2d8929e92a2b799d5062 Mon Sep 17 00:00:00 2001 From: Emily Bourke Date: Thu, 23 Jul 2026 11:30:41 +0100 Subject: [PATCH 2/2] Update thrift to 0.24.0 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d521705..6938160 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "main": "js/main.js", "dependencies": { - "thrift": "^0.20.0" + "thrift": "0.24.0" }, "devDependencies": { "typescript": "^5.9.3"