Skip to content

Commit e85c3ac

Browse files
committed
Flink 1.20.2
1 parent f523eea commit e85c3ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ lazy val commonSettings =
262262
// Note: when updating check versions in 'flink*V' below, because some libraries must be fixed at versions provided
263263
// by Flink, or jobs may fail in runtime when Flink is run with 'classloader.resolve-order: parent-first'.
264264
// You can find versions provided by Flink in it's lib/flink-dist-*.jar/META-INF/DEPENDENCIES file.
265-
val flinkV = "1.20.1"
265+
val flinkV = "1.20.2"
266266
val flinkConnectorKafkaV = "3.3.0-1.20" // 3.4.0-1.20 breaks compilation with Scala 2.12
267267
val jdbcFlinkConnectorV = "3.3.0-1.20"
268268
val flinkCommonsCompressV = "1.26.0"
@@ -347,7 +347,7 @@ val retryV = "0.3.6"
347347
// depending on scala version one of this jar lays in Flink lib dir
348348
def flinkLibScalaDeps(scalaVersion: String, configurations: Option[Configuration] = None) =
349349
Seq(
350-
"pl.touk" %% "flink-scala" % "1.1.3"
350+
"pl.touk" %% "flink-scala" % "1.1.4"
351351
).map(m => configurations.map(m % _).getOrElse(m)).map(_ exclude ("com.esotericsoftware", "kryo-shaded"))
352352

353353
lazy val commonDockerSettings = {

0 commit comments

Comments
 (0)