This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch update-276 in repository https://gitbox.apache.org/repos/asf/beam-starter-java.git
commit f8aaa540e6efa75653fb229987c95e0aa5685ebf Author: Vitaly Terentyev <[email protected]> AuthorDate: Tue Sep 1 17:14:00 2026 +0400 Bump to Beam 2.76.0 --- build.gradle | 4 ++-- build.sbt | 2 +- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 2f6c6d9..025913a 100644 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,8 @@ test { dependencies { // App dependencies. - implementation "org.apache.beam:beam-sdks-java-core:2.75.0" - implementation "org.apache.beam:beam-runners-direct-java:2.75.0" + implementation "org.apache.beam:beam-sdks-java-core:2.76.0" + implementation "org.apache.beam:beam-runners-direct-java:2.76.0" implementation "org.slf4j:slf4j-jdk14:2.0.16" // Tests dependencies. diff --git a/build.sbt b/build.sbt index 21a25ce..baa1ce5 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ mainClass := Some("com.example.App") -val beamVersion = "2.75.0" +val beamVersion = "2.76.0" libraryDependencies ++= Seq( // App dependencies. "org.apache.beam" % "beam-sdks-java-core" % beamVersion, diff --git a/pom.xml b/pom.xml index ef893cd..7d501d9 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.75.0</version> + <version>2.76.0</version> </dependency> <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-runners-direct-java</artifactId> - <version>2.75.0</version> + <version>2.76.0</version> <scope>runtime</scope> </dependency>
