This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-java.git
The following commit(s) were added to refs/heads/main by this push:
new f0a15f7 Bump to Beam 2.69.0 (#165)
f0a15f7 is described below
commit f0a15f7140ac321977babaf85b174ad10ec8a551
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Oct 29 18:03:38 2025 +0400
Bump to Beam 2.69.0 (#165)
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 78a6bb0..ccf50d0 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,7 +8,7 @@
mainClass := Some("com.example.App")
-val beamVersion = "2.68.0"
+val beamVersion = "2.69.0"
libraryDependencies ++= Seq(
// App dependencies.
"org.apache.beam" % "beam-sdks-java-core" % beamVersion,