This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch update-2-70 in repository https://gitbox.apache.org/repos/asf/beam-starter-java.git
commit 5c1c475b3a26f3d6ddddcf5767fde0d55f392aa2 Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Dec 18 16:09:25 2025 +0400 Bump to Beam 2.70.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ccf50d0..3e7cb74 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ mainClass := Some("com.example.App") -val beamVersion = "2.69.0" +val beamVersion = "2.70.0" libraryDependencies ++= Seq( // App dependencies. "org.apache.beam" % "beam-sdks-java-core" % beamVersion,
