From 35f0a787daf0f29ad491eab1082536173a062b0d Mon Sep 17 00:00:00 2001 From: gongzhongqiang <764629910@qq.com> Date: Mon, 21 Feb 2022 16:59:53 +0800 Subject: [PATCH] [hotfix][docs][mongodb] Update supported mongodb versions in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 046a5c363f8..707cb3ef0d9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This README is meant as a brief walkthrough on the core features with Flink CDC | --- | --- | | MySQL | Database: 5.7, 8.0.x
JDBC Driver: 8.0.16 | | PostgreSQL | Database: 9.6, 10, 11, 12
JDBC Driver: 42.2.12| -| MongoDB | Database: 4.0, 4.2, 5.0
MongoDB Driver: 4.3.1 | +| MongoDB | Database: 3.6, 4.x, 5.0
MongoDB Driver: 4.3.1| | Oracle | Database: 11, 12, 19
Oracle Driver: 19.3.0.0| | Sqlserver | Database: 2017, 2019
JDBC Driver: 7.2.2.jre8| ## Features