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

lostluck pushed a commit to branch lostluck-2590
in repository https://gitbox.apache.org/repos/asf/beam-starter-java.git

commit dffa1142b2da362ab04105b6987e517110e1ab9e
Author: Robert Burke <lostl...@users.noreply.github.com>
AuthorDate: Thu Sep 12 10:19:26 2024 -0700

    Update build.gradle for 2.59.0
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 0125357..ebcc42e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,8 +25,8 @@ test {
 
 dependencies {
     // App dependencies.
-    implementation "org.apache.beam:beam-sdks-java-core:2.58.0"
-    implementation "org.apache.beam:beam-runners-direct-java:2.58.0"
+    implementation "org.apache.beam:beam-sdks-java-core:2.59.0"
+    implementation "org.apache.beam:beam-runners-direct-java:2.59.0"
     implementation "org.slf4j:slf4j-jdk14:1.7.32"
 
     // Tests dependencies.

Reply via email to