Skip to content

Commit

Permalink
Update dependency com_aws_sdk to v1.11.494
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent fd8c853 commit 06e8d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ def _com_aws_sdk():
maybe(
http_archive,
name = "com_aws_sdk",
sha256 = "758174f9788fed6cc1e266bcecb20bf738bd5ef1c3d646131c9ed15c2d6c5720",
strip_prefix = "aws-sdk-cpp-1.7.336",
sha256 = "b22e7a427fd1ecddad11f8b64c8e1f850c2f408d6079dea2f45dfd7cd2c11f43",
strip_prefix = "aws-sdk-cpp-1.11.494",
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.494.tar.gz",
],
)

Expand Down

0 comments on commit 06e8d75

Please sign in to comment.