This is an automated email from the ASF dual-hosted git repository.
reswqa pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
The following commit(s) were added to refs/heads/main by this push:
new e575b51 [FLINK-39681][Connectors/ElasticSearch] Bump flink to 2.2.1
e575b51 is described below
commit e575b51da9a8443aa4275687438a540f18b6e294
Author: vernedeng <[email protected]>
AuthorDate: Thu May 14 19:55:16 2026 +0800
[FLINK-39681][Connectors/ElasticSearch] Bump flink to 2.2.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0656d7f..98775f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@ under the License.
</modules>
<properties>
- <flink.version>2.0.0</flink.version>
+ <flink.version>2.2.1</flink.version>
<jackson-bom.version>2.15.3</jackson-bom.version>
<junit4.version>4.13.2</junit4.version>