We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a2054 commit 6b00741Copy full SHA for 6b00741
build-support/dep-url.sh
@@ -23,7 +23,7 @@ pulsar_cpp_base_url() {
23
exit 1
24
fi
25
VERSION=$1
26
- 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"
27
}
28
29
download_dependency() {
dependencies.yaml
@@ -17,7 +17,7 @@
17
# under the License.
18
#
19
20
-pulsar-cpp: 3.7.2
+pulsar-cpp: 3.8.0
21
pybind11: 2.10.1
22
# The OpenSSL dependency is only used when building Python from source
openssl: 1.1.1q
0 commit comments