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

jiabaosun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git


The following commit(s) were added to refs/heads/main by this push:
     new a755118  [FLINK-35623][Connectors/MongoDB] Bump mongo-driver version 
from 4.7.2 to 5.1.1 to support MongoDB 7.0 (#36)
a755118 is described below

commit a7551187d904ed819db085fc36c2cf735913ed5e
Author: Jiabao Sun <[email protected]>
AuthorDate: Tue Jul 23 17:27:38 2024 +0800

    [FLINK-35623][Connectors/MongoDB] Bump mongo-driver version from 4.7.2 to 
5.1.1 to support MongoDB 7.0 (#36)
---
 flink-sql-connector-mongodb/src/main/resources/META-INF/NOTICE | 6 +++---
 pom.xml                                                        | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flink-sql-connector-mongodb/src/main/resources/META-INF/NOTICE 
b/flink-sql-connector-mongodb/src/main/resources/META-INF/NOTICE
index 175084c..2a5b4be 100644
--- a/flink-sql-connector-mongodb/src/main/resources/META-INF/NOTICE
+++ b/flink-sql-connector-mongodb/src/main/resources/META-INF/NOTICE
@@ -6,6 +6,6 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software 
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- org.mongodb:bson:4.7.2
-- org.mongodb:mongodb-driver-core:4.7.2
-- org.mongodb:mongodb-driver-sync:4.7.2
+- org.mongodb:bson:5.1.1
+- org.mongodb:mongodb-driver-core:5.1.1
+- org.mongodb:mongodb-driver-sync:5.1.1
diff --git a/pom.xml b/pom.xml
index 6b681ac..47240cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@ under the License.
        </scm>
 
        <properties>
-               <mongodb.version>4.7.2</mongodb.version>
+               <mongodb.version>5.1.1</mongodb.version>
 
                <flink.version>1.18.0</flink.version>
                <scala.binary.version>2.12</scala.binary.version>

Reply via email to