Skip to content

Commit 9e8b1e4

Browse files
chethanukmarc0der
authored andcommitted
Update FlinkMigrations.scala
1 parent f663908 commit 9e8b1e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/scala/io/sdkman/changelogs/FlinkMigrations.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ class FlinkMigrations {
3636
s"https://archive.apache.org/dist/flink/flink-$version/flink-$version-bin-scala_$scala.tgz"
3737

3838
@ChangeSet(
39-
order = "011",
40-
id = "011-add_flink_1_18",
41-
author = "thomas-bouvier"
39+
order = "012",
40+
id = "012-add_flink_1_19",
41+
author = "ChethanUK"
4242
)
4343
def migration010(implicit db: MongoDatabase) = {
4444
val flinkVersions = List(
45-
"1.17.1",
46-
"1.18.0"
45+
"1.18.1",
46+
"1.19.0"
4747
)
4848
List("2.12")
4949
.flatMap { scalaVersion =>
@@ -53,6 +53,6 @@ class FlinkMigrations {
5353
}
5454
.validate()
5555
.insert()
56-
setCandidateDefault("flink", "1.18.0")
56+
setCandidateDefault("flink", "1.19.0")
5757
}
5858
}

0 commit comments

Comments
 (0)