Skip to content

Commit

Permalink
build(deps): bump AWS-LC to v1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft committed Dec 9, 2024
1 parent aaae641 commit 99c6eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/bin/install_awslc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
if [ "$IS_FIPS" == "1" ]; then
AWSLC_VERSION=AWS-LC-FIPS-1.0.3
else
AWSLC_VERSION=v1.36.0
AWSLC_VERSION=v1.40.0
fi
mkdir -p "$BUILD_DIR"||true
cd "$BUILD_DIR"
Expand Down

0 comments on commit 99c6eb2

Please sign in to comment.