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: 70c85b5ced8b5904558ccede269338c00c089fb3
Choose a base ref
..
head repository: secretflow/serving
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4ab97c8c2a24bc02d3085f394ef0b7ddafe0ea42
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 = "874bc841a0148047967accb4c3f838e60637708601f4722cee117a02e0c1d958",
strip_prefix = "aws-sdk-cpp-1.11.403",
sha256 = "d692f53dec2868fa811ca2d2c5f4872f77dc7f8c1adb1c5ba5af0dc35ddde10d",
strip_prefix = "aws-sdk-cpp-1.11.404",
build_file = "@sf_serving//bazel:aws.BUILD",
urls = [
"https://github.com/aws/aws-sdk-cpp/archive/1.11.403.tar.gz",
"https://github.com/aws/aws-sdk-cpp/archive/1.11.404.tar.gz",
],
)