Skip to content

Commit de123b5

Browse files
deps: Bump aws_lc -> 1.72.0 (#44445)
Fix #44435 Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
1 parent 7b7610a commit de123b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bazel/deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aws_lc:
1313
project_name: "AWS libcrypto (AWS-LC)"
1414
project_desc: "OpenSSL compatible general-purpose crypto library"
1515
project_url: "https://github.com/aws/aws-lc"
16-
release_date: "2026-03-19"
16+
release_date: "2026-04-13"
1717
use_category:
1818
- controlplane
1919
- dataplane_core

bazel/repository_locations.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
6767
urls = ["https://github.com/google/boringssl/archive/{version}.tar.gz"],
6868
),
6969
aws_lc = dict(
70-
version = "1.71.0",
71-
sha256 = "31b1eed775294825f084c0d4e09df53e1cf036fb98a202a8c2c342543828a985",
70+
version = "1.72.0",
71+
sha256 = "f214c0e06e043c4f18b836059ccb5ecbed781173e8eed106839ee2dd4f4cc157",
7272
strip_prefix = "aws-lc-{version}",
7373
urls = ["https://github.com/aws/aws-lc/archive/v{version}.tar.gz"],
7474
),

0 commit comments

Comments
 (0)