Skip to content

Commit d2f0820

Browse files
Merge pull request #332 from aws/curl-update
Update Curl to 7.83.0
2 parents a9819fb + e1c66e4 commit d2f0820

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

aws-lambda-java-runtime-interface-client/src/main/jni/build-jni-lib.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66
SRC_DIR=$(dirname "$0")
77
DST_DIR=${1}
88
MULTI_ARCH=${2}
9-
CURL_VERSION=7.77.0
9+
CURL_VERSION=7.83.0
1010

1111
# Not using associative arrays to maintain bash 3 compatibility with building on MacOS
1212
# MacOS ships with bash 3 and associative arrays require bash 4+
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)