This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 61436ef2d55 [improve][ci] Upgrade pulsar-client-python to 3.4.0 to
avoid CVE-2023-1428 (#21899)
61436ef2d55 is described below
commit 61436ef2d55fba9e95543fbad500a19f1a88ee60
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 d1c66534057..b6ab7c133ec 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>