Skip to content

Commit 6b00741

Browse files
committed
Bump C++ client to 3.8.0
1 parent 51a2054 commit 6b00741

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-2"
2727
}
2828

2929
download_dependency() {

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
pulsar-cpp: 3.7.2
20+
pulsar-cpp: 3.8.0
2121
pybind11: 2.10.1
2222
# The OpenSSL dependency is only used when building Python from source
2323
openssl: 1.1.1q

0 commit comments

Comments
 (0)