diff --git a/build-support/dep-url.sh b/build-support/dep-url.sh index 7670bb9..bb85c9e 100644 --- a/build-support/dep-url.sh +++ b/build-support/dep-url.sh @@ -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-4" } download_dependency() { diff --git a/dependencies.yaml b/dependencies.yaml index 20dc5f5..e6f598f 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -17,7 +17,7 @@ # under the License. # -pulsar-cpp: 3.7.2 +pulsar-cpp: 3.8.0 pybind11: 2.10.1 # The OpenSSL dependency is only used when building Python from source openssl: 1.1.1q