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 committed Oct 10, 2023
1 parent 541f668 commit 37db6d6
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 @@ -58,7 +58,7 @@ under the License.
</modules>

<properties>
<flink.version>1.17.0</flink.version>
<flink.version>1.17.1</flink.version>

<jackson-bom.version>2.13.4.20221013</jackson-bom.version>
<junit5.version>5.9.2</junit5.version>
Expand Down

0 comments on commit 37db6d6

Please sign in to comment.