Skip to content

Commit

Permalink
[hotfix] Bump flink version to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored Oct 11, 2023
1 parent 87b23c4 commit ab36ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ab36ceb

Please sign in to comment.