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

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

commit 83e0ed0dc238473a598dc4bb8cd81fbc8cddeebe
Author: Etienne Chauchot <echauc...@apache.org>
AuthorDate: Wed Jul 5 16:52:26 2023 +0200

    [hotfix] Build against latest flink versions (1.17.1 and 1.16.2)
---
 .github/workflows/push_pr.yml | 2 +-
 pom.xml                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 0542242..834edf1 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.16.1, 1.17.0]
+        flink: [1.16.2, 1.17.1]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
       flink_version: ${{ matrix.flink }}
diff --git a/pom.xml b/pom.xml
index f8d5dea..97b4822 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@ under the License.
        </scm>
 
        <properties>
-               <flink.version>1.17.0</flink.version>
+               <flink.version>1.17.1</flink.version>
                <japicmp.referenceVersion>3.0.0-1.16</japicmp.referenceVersion>
        </properties>
 

Reply via email to