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:40 UTC

[flink-connector-pulsar] 23/27: [FLINK-29532][Connector/Pulsar] Update Pulsar dependency to 2.10.1.

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

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

commit 5f0b5e9d13ff0a4d6ccab94d74d2c73784530981
Author: MartijnVisser <ma...@apache.org>
AuthorDate: Mon Oct 10 10:01:27 2022 +0200

    [FLINK-29532][Connector/Pulsar] Update Pulsar dependency to 2.10.1.
    
    * [FLINK-29532][Connector/Pulsar] Update Pulsar dependency to 2.10.1
    
    * [FLINK-29532][Connector/Pulsar] Fix NOTICE files
    
    * Addressed review comments
    
    (cherry picked from commit f5f2e16fb055a4aa7ea788c8273c0543bc7e309d)
---
 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 7f7ab46..a5c9c7c 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.10.0</pulsar.version>
+		<pulsar.version>2.10.1</pulsar.version>
 		<bouncycastle.version>1.69</bouncycastle.version>
 		<jaxb-api.version>2.3.1</jaxb-api.version>
 	</properties>