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

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

commit 7bb75ab6d9603713c8a3e20295e3d1f551816603
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Dec 6 11:32:20 2022 +0100

    [hotfix][python] Depend on externalized ES connector
---
 flink-python/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-python/pom.xml b/flink-python/pom.xml
index 7ac4959ff94..90f5217d42a 100644
--- a/flink-python/pom.xml
+++ b/flink-python/pom.xml
@@ -282,7 +282,7 @@ under the License.
                        <!-- Indirectly accessed in pyflink_gateway_server -->
                        <groupId>org.apache.flink</groupId>
                        
<artifactId>flink-sql-connector-elasticsearch7</artifactId>
-                       <version>1.16.0</version>
+                       <version>3.0.0-1.16</version>
                        <scope>test</scope>
                </dependency>
 

Reply via email to