Skip to content

Commit

Permalink
Flink 1.18: Upgrade to Flink 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nastra committed Jan 16, 2024
1 parent 64e71b6 commit 71fef26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public class TestFlinkPackage {
/** This unit test would need to be adjusted as new Flink version is supported. */
@Test
public void testVersion() {
Assert.assertEquals("1.18.0", FlinkPackage.version());
Assert.assertEquals("1.18.1", FlinkPackage.version());
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ errorprone-annotations = "2.24.1"
findbugs-jsr305 = "3.0.2"
flink116 = { strictly = "1.16.2"}
flink117 = { strictly = "1.17.1"}
flink118 = { strictly = "1.18.0"}
flink118 = { strictly = "1.18.1"}
google-libraries-bom = "26.28.0"
guava = "33.0.0-jre"
hadoop2 = "2.7.3"
Expand Down

0 comments on commit 71fef26

Please sign in to comment.