Skip to content

Commit

Permalink
update aws sdk to latest v1 version (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtaub authored Oct 5, 2024
1 parent a6eafac commit 76ae7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BOOST_VERSION_UNDERSCORED="${BOOST_VERSION//\./_}" # convert from 1.76.0 to 1_76
ZLIB_VERSION="1.2.13"
PROTOBUF_VERSION="3.11.4"
CURL_VERSION="7.86.0"
AWS_SDK_CPP_VERSION="1.11.62"
AWS_SDK_CPP_VERSION="1.11.420"

LIB_OPENSSL="https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz"
LIB_BOOST="https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERSCORED}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</build>

<properties>
<aws-sdk-core-version>1.12.772</aws-sdk-core-version>
<aws-sdk-core-version>1.12.773</aws-sdk-core-version>
</properties>

<dependencies>
Expand Down

0 comments on commit 76ae7fb

Please sign in to comment.