Skip to content

Commit

Permalink
Flink: Upgrade Flink version from 1.18 to 1.18.1 (apache#9486)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmeneses authored and devangjhabakh committed Apr 22, 2024
1 parent 94ab865 commit 1deeeab
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 @@ -39,7 +39,7 @@ errorprone-annotations = "2.24.1"
findbugs-jsr305 = "3.0.2"
flink116 = { strictly = "[1.16, 1.17[", prefer = "1.16.2"}
flink117 = { strictly = "[1.17, 1.18[", prefer = "1.17.1"}
flink118 = { strictly = "[1.18, 1.19[", prefer = "1.18.0"}
flink118 = { strictly = "[1.18, 1.19[", prefer = "1.18.1"}
google-libraries-bom = "26.28.0"
guava = "33.0.0-jre"
hadoop2 = "2.7.3"
Expand Down

0 comments on commit 1deeeab

Please sign in to comment.