This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch FLINK-32003 in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git
commit 59303cbb9b0e5602d05e47c1825bf5f04baec4b2 Author: tison <[email protected]> AuthorDate: Sat May 6 13:53:41 2023 +0800 [FLINK-32003] Upgrade pulsar-client version to work with OAuth2 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2fa2d4c..9730c3d 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ under the License. <properties> <flink.version>1.16.0</flink.version> - <pulsar.version>2.10.1</pulsar.version> + <pulsar.version>2.10.2</pulsar.version> <jackson-bom.version>2.13.4.20221013</jackson-bom.version> <grpc-bom.version>1.45.1</grpc-bom.version> @@ -689,4 +689,4 @@ under the License. </plugin> </plugins> </build> -</project> \ No newline at end of file +</project>
