Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Flink] Added support for Flink 1.20 and updated dependencies on other Flink versions #3786

Merged
merged 4 commits into from
Sep 6, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add_flink_1_20
  • Loading branch information
zackyoungh committed Sep 6, 2024
commit 3c875d92c9a027ebe01e837657d8c8ec408ede22
3 changes: 2 additions & 1 deletion dinky-flink/dinky-flink-1.17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@
<artifactId>flink-connector-kafka</artifactId>
<version>3.1.0-1.17</version>
</dependency>
<!-- Guava30 is necessary here, as Flink has some core dependencies -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-guava</artifactId>
<version>31.1-jre-${flink.shaded.version}</version>
<version>30.1.1-jre-16.2</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
Loading