Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: secretflow/serving
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d1e77218ea0fe7cd3f18186105bb2322c54b3f14
Choose a base ref
..
head repository: secretflow/serving
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 406ddb5d06d80907047d269347d40a13bc7951ad
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 bazel/repositories.bzl
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
@@ -130,11 +130,11 @@ def _com_aws_sdk():
maybe(
http_archive,
name = "com_aws_sdk",
sha256 = "0ad679b2781c378ee4aab094b02abce5ab495affc08e2c8c2f5fa67c3faceaf7",
strip_prefix = "aws-sdk-cpp-1.11.400",
sha256 = "92ea138764ffd55ea8b98a13893a0f344a043c63613fccbd6c0a93cb6deab318",
strip_prefix = "aws-sdk-cpp-1.11.401",
build_file = "@sf_serving//bazel:aws.BUILD",
urls = [
"https://github.com/aws/aws-sdk-cpp/archive/1.11.400.tar.gz",
"https://github.com/aws/aws-sdk-cpp/archive/1.11.401.tar.gz",
],
)