Skip to content

Commit ef51469

Browse files
Update dependency com_aws_sdk to v1.11.483
1 parent fd8c853 commit ef51469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ def _com_aws_sdk():
121121
maybe(
122122
http_archive,
123123
name = "com_aws_sdk",
124-
sha256 = "758174f9788fed6cc1e266bcecb20bf738bd5ef1c3d646131c9ed15c2d6c5720",
125-
strip_prefix = "aws-sdk-cpp-1.7.336",
124+
sha256 = "c4faf3de59ba232a7643abce96ac77c72c1c967cd09e6ca8b602b3955d25e805",
125+
strip_prefix = "aws-sdk-cpp-1.11.483",
126126
build_file = "@sf_serving//bazel:aws.BUILD",
127127
urls = [
128-
"https://github.com/aws/aws-sdk-cpp/archive/1.7.336.tar.gz",
128+
"https://github.com/aws/aws-sdk-cpp/archive/1.11.483.tar.gz",
129129
],
130130
)
131131

0 commit comments

Comments
 (0)