diff --git a/docs/content.zh/docs/connectors/flink-sources/overview.md b/docs/content.zh/docs/connectors/flink-sources/overview.md
index ff95ff269..bdc1a2328 100644
--- a/docs/content.zh/docs/connectors/flink-sources/overview.md
+++ b/docs/content.zh/docs/connectors/flink-sources/overview.md
@@ -65,6 +65,7 @@ The following table shows the version mapping between Flink® CDC Con
| 3.0.* | 1.14.\*, 1.15.\*, 1.16.\*, 1.17.\*, 1.18.\* |
| 3.1.* | 1.16.\*, 1.17.\*, 1.18.\*, 1.19.\* |
| 3.2.* | 1.17.\*, 1.18.\*, 1.19.\*, 1.20.\* |
+| 3.3.* | 1.19.\*, 1.20.\* |
## Features
diff --git a/docs/content.zh/docs/connectors/pipeline-connectors/overview.md b/docs/content.zh/docs/connectors/pipeline-connectors/overview.md
index a2dc6ad90..18599ee36 100644
--- a/docs/content.zh/docs/connectors/pipeline-connectors/overview.md
+++ b/docs/content.zh/docs/connectors/pipeline-connectors/overview.md
@@ -36,7 +36,7 @@ Flink CDC 提供了可用于 YAML 作业的 Pipeline Source 和 Sink 连接器
| [Elasticsearch]({{< ref "docs/connectors/pipeline-connectors/elasticsearch" >}}) | Sink |
[Elasticsearch](https://www.elastic.co/elasticsearch): 6.x, 7.x, 8.x |
| [Kafka]({{< ref "docs/connectors/pipeline-connectors/kafka" >}}) | Sink | [Kafka](https://kafka.apache.org/) |
| [MySQL]({{< ref "docs/connectors/pipeline-connectors/mysql" >}}) | Source | [MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x [RDS MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x [PolarDB MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x [Aurora MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x [MariaDB](https://mariadb.org): 10.x [PolarDB X](https://github.com/ApsaraDB/galaxysql): 2.0.1 |
-| [Paimon]({{< ref "docs/connectors/pipeline-connectors/paimon" >}}) | Sink | [Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8 |
+| [Paimon]({{< ref "docs/connectors/pipeline-connectors/paimon" >}}) | Sink | [Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8, 0.9 |
| [StarRocks]({{< ref "docs/connectors/pipeline-connectors/starrocks" >}}) | Sink | [StarRocks](https://www.starrocks.io/): 2.x, 3.x |
| [OceanBase]({{< ref "docs/connectors/pipeline-connectors/oceanbase" >}}) | Sink | [OceanBase](https://www.oceanbase.com/): 3.x, 4.x |
@@ -48,6 +48,7 @@ Flink CDC 提供了可用于 YAML 作业的 Pipeline Source 和 Sink 连接器
| 3.0.x | 1.17.\*, 1.18.\* | Mysql | StarRocks,Doris | |
| 3.1.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka | 仅 flink-cdc 3.1.1 支持 flink 1.19.* |
| 3.2.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch | |
+| 3.3.x | 1.19.\*, 1.20.\* | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch,OceanBase,MaxCompute | |
## Develop Your Own Connector
diff --git a/docs/content/docs/connectors/flink-sources/overview.md b/docs/content/docs/connectors/flink-sources/overview.md
index 57af27598..c275d5436 100644
--- a/docs/content/docs/connectors/flink-sources/overview.md
+++ b/docs/content/docs/connectors/flink-sources/overview.md
@@ -65,6 +65,7 @@ The following table shows the version mapping between Flink® CDC Con
| 3.0.* | 1.14.\*, 1.15.\*, 1.16.\*, 1.17.\*, 1.18.\* |
| 3.1.* | 1.16.\*, 1.17.\*, 1.18.\*, 1.19.\* |
| 3.2.* | 1.17.\*, 1.18.\*, 1.19.\*, 1.20.\* |
+| 3.3.* | 1.19.\*, 1.20.\* |
## Features
diff --git a/docs/content/docs/connectors/pipeline-connectors/overview.md b/docs/content/docs/connectors/pipeline-connectors/overview.md
index e4451d306..6e2bbd16c 100644
--- a/docs/content/docs/connectors/pipeline-connectors/overview.md
+++ b/docs/content/docs/connectors/pipeline-connectors/overview.md
@@ -40,7 +40,7 @@ definition.
| [Kafka]({{< ref "docs/connectors/pipeline-connectors/kafka" >}}) | Sink | [Kafka](https://kafka.apache.org/) |
| [MySQL]({{< ref "docs/connectors/pipeline-connectors/mysql" >}}) | Source | [MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x [RDS MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x [PolarDB MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x [Aurora MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x [MariaDB](https://mariadb.org): 10.x [PolarDB X](https://github.com/ApsaraDB/galaxysql): 2.0.1 |
| [OceanBase]({{< ref "docs/connectors/pipeline-connectors/oceanbase" >}}) | Sink | [OceanBase](https://www.oceanbase.com/): 3.x, 4.x |
-| [Paimon]({{< ref "docs/connectors/pipeline-connectors/paimon" >}}) | Sink | [Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8 |
+| [Paimon]({{< ref "docs/connectors/pipeline-connectors/paimon" >}}) | Sink | [Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8, 0.9 |
| [StarRocks]({{< ref "docs/connectors/pipeline-connectors/starrocks" >}}) | Sink | [StarRocks](https://www.starrocks.io/): 2.x, 3.x |
## Supported Flink Versions
@@ -51,6 +51,7 @@ The following table shows the version mapping between Flink® CDC Pip
| 3.0.x | 1.17.\*, 1.18.\* | Mysql | StarRocks,Doris | |
| 3.1.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka | only flink-cdc 3.1.1 support flink 1.19.* |
| 3.2.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch | |
+| 3.3.x | 1.19.\*, 1.20.\* | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch,OceanBase,MaxCompute | |
## Develop Your Own Connector