You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/12/12 18:33:23 UTC

[flink-connector-pulsar] 18/31: [FLINK-27199][Connector/Pulsar] Bump the pulsar-client-all to latest 2.10.0.

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

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git

commit 65ae7f7595b0d372ebf4777db3775b2671ace83e
Author: Yufan Sheng <yu...@streamnative.io>
AuthorDate: Tue Jul 5 02:48:18 2022 +0800

    [FLINK-27199][Connector/Pulsar] Bump the pulsar-client-all to latest 2.10.0.
---
 flink-connector-pulsar-e2e-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connector-pulsar-e2e-tests/pom.xml b/flink-connector-pulsar-e2e-tests/pom.xml
index 13bf409..b9bc5d4 100644
--- a/flink-connector-pulsar-e2e-tests/pom.xml
+++ b/flink-connector-pulsar-e2e-tests/pom.xml
@@ -31,7 +31,7 @@ under the License.
 	<name>Flink : E2E Tests : Pulsar</name>
 
 	<properties>
-		<pulsar.version>2.9.1</pulsar.version>
+		<pulsar.version>2.10.0</pulsar.version>
 		<bouncycastle.version>1.69</bouncycastle.version>
 	</properties>