Skip to content

Commit c85f296

Browse files
author
Michel Davit
authored
Sync flink artifact (#5393)
1 parent 22da163 commit c85f296

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: build.sbt

+4-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ val jacksonVersion = "2.14.1"
5151
val jodaTimeVersion = "2.10.10"
5252
val nettyTcNativeVersion = "2.0.52.Final"
5353
val slf4jVersion = "1.7.30"
54-
val zstdJniVersion = "1.5.6-3"
54+
val zstdJniVersion = "1.5.2-5"
5555
// dependent versions
5656
val googleApiServicesBigQueryVersion = s"v2-rev20240229-$googleClientsVersion"
5757
val googleApiServicesDataflowVersion = s"v1b3-rev20240218-$googleClientsVersion"
@@ -543,7 +543,7 @@ lazy val sparkRunnerDependencies = Seq(
543543
)
544544

545545
lazy val flinkRunnerDependencies = Seq(
546-
"org.apache.beam" % "beam-runners-flink-1.16" % beamVersion % Runtime,
546+
"org.apache.beam" % "beam-runners-flink-1.17" % beamVersion % Runtime,
547547
"org.apache.flink" % "flink-clients" % flinkVersion % Runtime,
548548
"org.apache.flink" % "flink-streaming-java" % flinkVersion % Runtime
549549
)
@@ -689,7 +689,7 @@ lazy val `scio-core` = project
689689
// provided
690690
"com.github.ben-manes.caffeine" % "caffeine" % caffeineVersion % Provided,
691691
"com.google.apis" % "google-api-services-dataflow" % googleApiServicesDataflowVersion % Provided,
692-
"org.apache.beam" % "beam-runners-flink-1.16" % beamVersion % Provided,
692+
"org.apache.beam" % "beam-runners-flink-1.17" % beamVersion % Provided,
693693
"org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % beamVersion % Provided,
694694
"org.apache.beam" % "beam-runners-spark-3" % beamVersion % Provided,
695695
"org.apache.beam" % "beam-sdks-java-extensions-google-cloud-platform-core" % beamVersion % Provided,
@@ -1866,6 +1866,7 @@ ThisBuild / dependencyOverrides ++= Seq(
18661866
"io.opencensus" % "opencensus-contrib-http-util" % opencensusVersion,
18671867
"io.perfmark" % "perfmark-api" % perfmarkVersion,
18681868
"org.apache.avro" % "avro" % avroVersion,
1869+
"org.apache.commons" % "commons-lang3" % commonsLang3Version,
18691870
"org.apache.httpcomponents" % "httpclient" % httpClientVersion,
18701871
"org.apache.httpcomponents" % "httpcore" % httpCoreVersion,
18711872
"org.checkerframework" % "checker-qual" % checkerQualVersion,

0 commit comments

Comments
 (0)