This is an automated email from the ASF dual-hosted git repository.

xyz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new a01c16e  Upgrade libcurl to 8.4.0 to fix CVEs (#335)
a01c16e is described below

commit a01c16e72fe2449539235c34cc398819f9890081
Author: Yunze Xu <[email protected]>
AuthorDate: Fri Oct 27 10:19:26 2023 +0800

    Upgrade libcurl to 8.4.0 to fix CVEs (#335)
    
    Fixes https://github.com/apache/pulsar-client-cpp/issues/327
    
    See https://curl.se/docs/security.html
---
 dependencies.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.yaml b/dependencies.yaml
index bc2c531..f206ccc 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -24,4 +24,4 @@ zlib: 1.2.12
 zstd: 1.5.2
 snappy: 1.1.9
 openssl: 1.1.1q
-curl: 7.85.0
+curl: 8.4.0

Reply via email to