From fcc8f3d322a79815d367c96dec6c5281df9aee3f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Nov 2024 20:44:30 +0000 Subject: [PATCH] Update beam-sdks-java-core to 2.61.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 91d72f5b..86a89055 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ val magnoliaScala3Version = "1.3.8" val algebirdVersion = "0.13.10" val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.3") -val beamVersion = "2.60.0" +val beamVersion = "2.61.0" val bigqueryVersion = "v2-rev20241013-2.0.0" val bigtableVersion = "2.48.0" val catsVersion = "2.12.0"