File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 "
266266val flinkConnectorKafkaV = " 3.3.0-1.20" // 3.4.0-1.20 breaks compilation with Scala 2.12
267267val jdbcFlinkConnectorV = " 3.3.0-1.20"
268268val 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
348348def 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
353353lazy val commonDockerSettings = {
You can’t perform that action at this time.
0 commit comments