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

technoboy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 24c927e1053 [improve][ci] Upgrade pulsar-client-python to 3.4.0 to 
avoid CVE-2023-1428 (#21899)
24c927e1053 is described below

commit 24c927e10532bd0168a56745f69c70dad60029ac
Author: Yunze Xu <[email protected]>
AuthorDate: Tue Jan 16 18:18:31 2024 +0800

    [improve][ci] Upgrade pulsar-client-python to 3.4.0 to avoid CVE-2023-1428 
(#21899)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3d9384f3544..aac52933bc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@ flexible messaging model and an intuitive client 
API.</description>
     
<pulsar.broker.compiler.release>${maven.compiler.target}</pulsar.broker.compiler.release>
     <pulsar.client.compiler.release>8</pulsar.client.compiler.release>
 
-    <pulsar.client.python.version>3.2.0</pulsar.client.python.version>
+    <pulsar.client.python.version>3.4.0</pulsar.client.python.version>
 
     <!--config keys to configure test selection -->
     
<include>**/Test*.java,**/*Test.java,**/*Tests.java,**/*TestCase.java</include>

Reply via email to