Skip to content

Commit 56e3c8c

Browse files
committed
Bump the cpp client dependency to 3.7.0-candidate-1
1 parent 728d887 commit 56e3c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-support/dep-url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pulsar_cpp_base_url() {
2323
exit 1
2424
fi
2525
VERSION=$1
26-
echo "https://archive.apache.org/dist/pulsar/pulsar-client-cpp-${VERSION}"
26+
echo "https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-cpp/pulsar-client-cpp-${VERSION}-candidate-1"
2727
}
2828

2929
download_dependency() {

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
cmake: 3.24.2
21-
pulsar-cpp: 3.5.1
21+
pulsar-cpp: 3.7.0
2222
pybind11: 2.10.1
2323
boost: 1.80.0
2424
protobuf: 3.20.0

0 commit comments

Comments
 (0)