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

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


The following commit(s) were added to refs/heads/v1.0 by this push:
     new d6ef966  [FLINK-33380][connectors/mongodb] Bump Flink version to 
include 1.18 and 1.19-SNAPSHOT. This closes #19
d6ef966 is described below

commit d6ef9663b14662c8920c51be351505612f681fad
Author: MartijnVisser <martijnvis...@apache.org>
AuthorDate: Tue Oct 31 13:49:43 2023 +0100

    [FLINK-33380][connectors/mongodb] Bump Flink version to include 1.18 and 
1.19-SNAPSHOT. This closes #19
    
    [FLINK-33380][connectors/mongodb] Bump Flink version to include 1.18 and 
1.19-SNAPSHOT
    
    Co-authored-by: Jiabao Sun <328226...@qq.com>
    (cherry picked from commit 43ee0b386c1149afec70090d3eacd6900471f523)
    
    Co-authored-by: skylines <34996528+gt...@users.noreply.github.com>
---
 .github/workflows/push_pr.yml |  2 +-
 .github/workflows/weekly.yml  |  8 +++++++-
 pom.xml                       | 14 ++++++++++++++
 3 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 8cc815d..fd4e0af 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -25,7 +25,7 @@ jobs:
   compile_and_test:
     strategy:
       matrix:
-        flink: [1.17-SNAPSHOT, 1.18-SNAPSHOT]
+        flink: [1.16-SNAPSHOT, 1.17-SNAPSHOT, 1.18-SNAPSHOT, 1.19-SNAPSHOT]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
       flink_version: ${{ matrix.flink }}
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index bba17f1..e2db295 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -35,14 +35,20 @@ jobs:
         }, {
           flink: 1.18-SNAPSHOT,
           branch: main
+        }, {
+          flink: 1.19-SNAPSHOT,
+          branch: main
         }, {
           flink: 1.16.2,
           branch: v1.0
         }, {
           flink: 1.17.1,
           branch: v1.0
+        },{
+          flink: 1.18.0,
+          branch: v1.0
         }, {
-          flink: 1.18-SNAPSHOT,
+          flink: 1.19-SNAPSHOT,
           branch: v1.0
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
diff --git a/pom.xml b/pom.xml
index 8389f9b..ba474ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,6 +283,20 @@ under the License.
                                <scope>test</scope>
                        </dependency>
 
+                       <!-- For dependency convergence  -->
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>commons-compress</artifactId>
+                               <version>1.24.0</version>
+                       </dependency>
+
+                       <!-- For dependency convergence  -->
+                       <dependency>
+                               <groupId>org.xerial.snappy</groupId>
+                               <artifactId>snappy-java</artifactId>
+                               <version>1.1.10.4</version>
+                       </dependency>
+                       
                        <!-- For dependency convergence -->
                        <dependency>
                                <groupId>com.esotericsoftware.kryo</groupId>

Reply via email to