We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aea5c8 commit 8a2529fCopy full SHA for 8a2529f
.github/workflows/push_pr.yml
@@ -25,6 +25,6 @@ jobs:
25
compile_and_test:
26
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
27
with:
28
- flink_version: 1.16.0
29
- flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz
+ flink_version: 1.16.1
+ flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz
30
cache_flink_binary: true
pom.xml
@@ -58,7 +58,7 @@ under the License.
58
</modules>
59
60
<properties>
61
- <flink.version>1.16.0</flink.version>
+ <flink.version>1.16.1</flink.version>
62
<flink.shaded.version>15.0</flink.shaded.version>
63
64
<jackson-bom.version>2.13.4.20221013</jackson-bom.version>
0 commit comments