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

lostluck 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 3cd4532  Bump Beam version to 2.51.0
     new 1c629aa  Merge pull request #93 from kennknowles/beam-2.51.0
3cd4532 is described below

commit 3cd45325d957f37ba458d0f25678b4025c84e92f
Author: Kenneth Knowles <[email protected]>
AuthorDate: Thu Oct 19 11:08:33 2023 -0400

    Bump Beam version to 2.51.0
---
 build.gradle | 4 ++--
 build.sbt    | 2 +-
 pom.xml      | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/build.gradle b/build.gradle
index 9780342..9a775bf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,8 +25,8 @@ test {
 
 dependencies {
     // App dependencies.
-    implementation "org.apache.beam:beam-sdks-java-core:2.46.0"
-    implementation "org.apache.beam:beam-runners-direct-java:2.46.0"
+    implementation "org.apache.beam:beam-sdks-java-core:2.51.0"
+    implementation "org.apache.beam:beam-runners-direct-java:2.51.0"
     implementation "org.slf4j:slf4j-jdk14:1.7.32"
 
     // Tests dependencies.
diff --git a/build.sbt b/build.sbt
index 308083f..9233a81 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,7 +8,7 @@
 
 mainClass := Some("com.example.App")
 
-val beamVersion = "2.46.0"
+val beamVersion = "2.51.0"
 libraryDependencies ++= Seq(
   // App dependencies.
   "org.apache.beam" % "beam-sdks-java-core" % beamVersion,
diff --git a/pom.xml b/pom.xml
index 5b1470f..a1b943a 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.46.0</version>
+      <version>2.51.0</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-runners-direct-java</artifactId>
-      <version>2.46.0</version>
+      <version>2.51.0</version>
       <scope>runtime</scope>
     </dependency>
 
@@ -111,4 +111,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Reply via email to