Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flink-sql-runner-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
https://dlcdn.apache.org/flink/flink-${flink.version}/flink-${flink.version}-bin-scala_2.12.tgz
</flink.download.url>
<flink.download.sha512>
0edeb57f9bc263faa6b817f783596e0370d11c7b2dd9e9bf8ab42b13f6bc55e026e6ba56415252e8a8c3d2b038313453968618dbf72b2391e0a6b54de41354bc
6923aa7ca113b733e7c8b4b92946776979f7fb44c497f4e1efa3a9f1274a789163740e0d32f66a54c55b35d4ddabd5adf52c2496e8e2cbc53a65511bdc4bd398
</flink.download.sha512>
<!--by default, tar preserved the uid/gid off the build machine, which can be too long for the RHEL image.
9999 matches the image's user/group-->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<maven.properties.plugin.version>1.2.1</maven.properties.plugin.version>

<!-- Project dependency version -->
<flink.version>2.0.0</flink.version>
<flink.version>2.1.0</flink.version>
<slf4j.version>2.0.17</slf4j.version>
<log4j.version>2.25.1</log4j.version>
<fabric8.kubernetes-client.version>7.3.1</fabric8.kubernetes-client.version>
Expand Down