This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch damccorm-patch-1 in repository https://gitbox.apache.org/repos/asf/beam-starter-java.git
commit 67d265363af8bb827fb6497d5341418cf80609f1 Author: Danny McCormick <[email protected]> AuthorDate: Wed Oct 29 09:22:37 2025 -0400 Update all versions to 2.69 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index dea83de..9a335ec 100644 --- a/pom.xml +++ b/pom.xml @@ -80,13 +80,13 @@ <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-sdks-java-core</artifactId> - <version>2.68.0</version> + <version>2.69.0</version> </dependency> <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-runners-direct-java</artifactId> - <version>2.68.0</version> + <version>2.69.0</version> <scope>runtime</scope> </dependency>
