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: e8713b7570f2c50344950be77d7217ad84078e2a
Choose a base ref
..
head repository: secretflow/serving
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d1e77218ea0fe7cd3f18186105bb2322c54b3f14
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 = "dca1cf47cbc20bdca01bc8b37b8c1d290f6adb77e1798c0892b14e55e2ebad03",
strip_prefix = "aws-sdk-cpp-1.11.399",
sha256 = "0ad679b2781c378ee4aab094b02abce5ab495affc08e2c8c2f5fa67c3faceaf7",
strip_prefix = "aws-sdk-cpp-1.11.400",
build_file = "@sf_serving//bazel:aws.BUILD",
urls = [
"https://github.com/aws/aws-sdk-cpp/archive/1.11.399.tar.gz",
"https://github.com/aws/aws-sdk-cpp/archive/1.11.400.tar.gz",
],
)