This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch update-2-66 in repository https://gitbox.apache.org/repos/asf/beam-starter-java.git
commit dcf98ec6974c03e748c6706acb679fb08a52c492 Author: Vitaly Terentyev <[email protected]> AuthorDate: Wed Jul 2 11:00:25 2025 +0400 Bump to Beam 2.66.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index acba6a5..de4184e 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ mainClass := Some("com.example.App") -val beamVersion = "2.65.0" +val beamVersion = "2.66.0" libraryDependencies ++= Seq( // App dependencies. "org.apache.beam" % "beam-sdks-java-core" % beamVersion,
