This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch update-2-68 in repository https://gitbox.apache.org/repos/asf/beam-starter-java.git
commit ea47be120be9240b1927adf778755d7f41aea67d Author: Vitaly Terentyev <vitaly.terent...@akvelon.com> AuthorDate: Tue Sep 23 14:14:33 2025 +0400 Bump to Beam 2.68.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0ddd195..78a6bb0 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ mainClass := Some("com.example.App") -val beamVersion = "2.67.0" +val beamVersion = "2.68.0" libraryDependencies ++= Seq( // App dependencies. "org.apache.beam" % "beam-sdks-java-core" % beamVersion,