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

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


The following commit(s) were added to refs/heads/main by this push:
     new ab36ceb  [hotfix] Bump flink version to 1.17.1
ab36ceb is described below

commit ab36cebc12db3aa0fa9df8a770b1845a78afe5bf
Author: Sergey Nuyanzin <sergey.nuyan...@aiven.io>
AuthorDate: Wed Oct 11 22:19:40 2023 +0200

    [hotfix] Bump flink version to 1.17.1
---
 .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 b30b09f..6c2dc05 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.0, 1.18-SNAPSHOT]
+        flink: [1.17.1, 1.18-SNAPSHOT]
     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 f76ad68..d6dbd4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@ under the License.
        </modules>
 
        <properties>
-               <flink.version>1.17.0</flink.version>
+               <flink.version>1.17.1</flink.version>
                
                <commons-compress.version>1.23.0</commons-compress.version>
                <jackson-bom.version>2.13.4.20221013</jackson-bom.version>

Reply via email to