This is an automated email from the ASF dual-hosted git repository.

Abacn 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 ec0b448  Upgrade Beam version to 2.74.0 (#184)
ec0b448 is described below

commit ec0b44868864e9e2acbf853947e6ef9ffc99fdb7
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Thu Jun 4 02:44:30 2026 +0200

    Upgrade Beam version to 2.74.0 (#184)
---
 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 b4c67f9..ebeaa64 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,8 +25,8 @@ test {
 
 dependencies {
     // App dependencies.
-    implementation "org.apache.beam:beam-sdks-java-core:2.73.0"
-    implementation "org.apache.beam:beam-runners-direct-java:2.73.0"
+    implementation "org.apache.beam:beam-sdks-java-core:2.74.0"
+    implementation "org.apache.beam:beam-runners-direct-java:2.74.0"
     implementation "org.slf4j:slf4j-jdk14:2.0.16"
 
     // Tests dependencies.
diff --git a/build.sbt b/build.sbt
index 395605e..5c17b24 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,7 +8,7 @@
 
 mainClass := Some("com.example.App")
 
-val beamVersion = "2.73.0"
+val beamVersion = "2.74.0"
 libraryDependencies ++= Seq(
   // App dependencies.
   "org.apache.beam" % "beam-sdks-java-core" % beamVersion,
diff --git a/pom.xml b/pom.xml
index 8e7a8ec..7478ae4 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.73.0</version>
+      <version>2.74.0</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-runners-direct-java</artifactId>
-      <version>2.73.0</version>
+      <version>2.74.0</version>
       <scope>runtime</scope>
     </dependency>
 

Reply via email to