Skip to content

Commit

Permalink
Update beam to 2.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Mar 13, 2023
1 parent 501dbeb commit 26c6805
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ import _root_.io.github.davidgregory084.DevMode
ThisBuild / turbo := true

val beamVendorVersion = "0.1"
val beamVersion = "2.45.0"
val beamVersion = "2.46.0"

// check version used by beam
// https://github.com/apache/beam/blob/v2.45.0/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
// https://github.com/apache/beam/blob/v2.46.0/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
val autoServiceVersion = "1.0.1"
val autoValueVersion = "1.9"
val avroVersion = "1.8.2"
Expand Down Expand Up @@ -59,26 +59,26 @@ val googleApiServicesPubsubVersion = s"v1-rev20220904-$googleClientsVersion"
val googleApiServicesStorageVersion = s"v1-rev20220705-$googleClientsVersion"

// check versions from libraries-bom
// https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/26.5.0/index.html
// https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/26.8.0/index.html
val animalSnifferAnnotationsVersion = "1.22"
val bigQueryStorageBetaVersion = "0.152.4"
val bigQueryStorageVersion = "2.28.4"
val checkerFrameworkVersion = "3.29.0"
val bigQueryStorageBetaVersion = "0.155.0"
val bigQueryStorageVersion = "2.31.0"
val checkerFrameworkVersion = "3.30.0"
val errorProneAnnotationsVersion = "2.18.0"
val floggerVersion = "0.7.4"
val gaxHttpJsonVersion = "0.107.0"
val gaxVersion = "2.22.0"
val googleApiCommonVersion = "2.5.0"
val googleAuthVersion = "1.14.0"
val googleCloudBigTableVersion = "2.18.3"
val googleCloudCoreVersion = "2.9.4"
val googleCloudDatastoreVersion = "0.104.3"
val googleCloudMonitoringVersion = "3.10.0"
val googleCloudSpannerVersion = "6.35.2"
val googleCloudStorageVersion = "2.17.2"
val googleCommonsProtoVersion = "2.13.0"
val gaxHttpJsonVersion = "0.108.0"
val gaxVersion = "2.23.0"
val googleApiCommonVersion = "2.6.0"
val googleAuthVersion = "1.15.0"
val googleCloudBigTableVersion = "2.19.0"
val googleCloudCoreVersion = "2.10.0"
val googleCloudDatastoreVersion = "0.104.4"
val googleCloudMonitoringVersion = "3.11.0"
val googleCloudSpannerVersion = "6.36.0"
val googleCloudStorageVersion = "2.18.0"
val googleCommonsProtoVersion = "2.14.0"
val googleHttpClientsVersion = "1.42.3"
val googleIAMVersion = "1.8.0"
val googleIAMVersion = "1.9.0"
val grpcVersion = "1.52.1"
val opencensusVersion = "0.31.1"
val perfmarkVersion = "0.26.0"
Expand Down Expand Up @@ -414,7 +414,7 @@ lazy val dataflowRunnerDependencies = Seq(
// only available for scala 2.12
// scala 2.13 is supported from spark 3.2.0
lazy val sparkRunnerDependencies = Seq(
"org.apache.beam" % "beam-runners-spark" % beamVersion % Runtime,
"org.apache.beam" % "beam-runners-spark-3" % beamVersion % Runtime,
"org.apache.spark" %% "spark-core" % sparkVersion % Runtime,
"org.apache.spark" %% "spark-streaming" % sparkVersion % Runtime
)
Expand Down Expand Up @@ -579,7 +579,7 @@ lazy val `scio-core`: Project = project
"com.github.ben-manes.caffeine" % "caffeine" % caffeineVersion % Provided,
"org.apache.beam" % "beam-runners-flink-1.15" % beamVersion % Provided,
"org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % beamVersion % Provided,
"org.apache.beam" % "beam-runners-spark" % beamVersion % Provided,
"org.apache.beam" % "beam-runners-spark-3" % beamVersion % Provided,
// test
"org.scalatest" %% "scalatest" % scalatestVersion % Test
),
Expand Down

0 comments on commit 26c6805

Please sign in to comment.