From 6b2ea4fcfa729b95d80350e521b4b9e22cef4648 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: Wed, 20 Nov 2024 11:59:27 +0000 Subject: [PATCH] Update content-api-client-aws to 0.7.6 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d239252be8c..f6231ab1504 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -98,7 +98,7 @@ object Dependencies { val playJson = "org.playframework" %% "play-json" % playJsonVersion val playJsonJoda = "org.playframework" %% "play-json-joda" % playJsonVersion val supportInternationalisation = "com.gu" %% "support-internationalisation" % "0.16" - val capiAws = "com.gu" %% "content-api-client-aws" % "0.7.4" + val capiAws = "com.gu" %% "content-api-client-aws" % "0.7.6" // Forcing a version of this to fix an issue with the dependency. // This is a transitive dependency of the AWS SDK used by etag-caching library