Skip to content

Commit

Permalink
Upgrade the C++ client to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Sep 3, 2024
1 parent c3c12c4 commit 4517059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-support/dep-url.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pulsar_cpp_base_url() {
exit 1
fi
VERSION=$1
echo "https://archive.apache.org/dist/pulsar/pulsar-client-cpp-${VERSION}"
echo "https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-cpp/pulsar-client-cpp-${VERSION}-candidate-2"
}

download_dependency() {
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

cmake: 3.24.2
pulsar-cpp: 3.5.1
pulsar-cpp: 3.6.0
pybind11: 2.10.1
boost: 1.80.0
protobuf: 3.20.0
Expand Down

0 comments on commit 4517059

Please sign in to comment.