Skip to content

Commit

Permalink
Dependency updates (#140)
Browse files Browse the repository at this point in the history
* Update beam-runners-direct-java to 2.53.0

* Update beam-runners-google-cloud-dataflow-java to 2.53.0

---------

Co-authored-by: mkuthan-scala-steward[bot] <141544182+mkuthan-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
mkuthan-scala-steward[bot] authored Jan 7, 2024
1 parent a19f8df commit 9b234a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ object Dependencies {
ExclusionRule(organization = "org.apache.beam", name = "beam-runners-direct-java")
)

val beamDirectRunner = "org.apache.beam" % "beam-runners-direct-java" % "2.52.0"
val beamDataflowRunner = "org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % "2.52.0"
val beamDirectRunner = "org.apache.beam" % "beam-runners-direct-java" % "2.53.0"
val beamDataflowRunner = "org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % "2.53.0"

val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"

Expand Down

0 comments on commit 9b234a9

Please sign in to comment.