From ac34b40116d2f6d29cea5d8c92b8b9dce884843f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 01:14:37 +0000 Subject: [PATCH] Update dependency com_aws_sdk to v1.11.415 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 11d73b1..7c14d45 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -116,11 +116,11 @@ def _com_aws_sdk(): maybe( http_archive, name = "com_aws_sdk", - sha256 = "758174f9788fed6cc1e266bcecb20bf738bd5ef1c3d646131c9ed15c2d6c5720", - strip_prefix = "aws-sdk-cpp-1.7.336", + sha256 = "306df858664f86c08dce9d758503c79e1f3fdbd8e9e805ee9abbaae17ab36803", + strip_prefix = "aws-sdk-cpp-1.11.415", build_file = "@sf_serving//bazel:aws.BUILD", urls = [ - "https://github.com/aws/aws-sdk-cpp/archive/1.7.336.tar.gz", + "https://github.com/aws/aws-sdk-cpp/archive/1.11.415.tar.gz", ], )