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


The following commit(s) were added to refs/heads/lostluck-2590 by this push:
     new ed8dd87  Update pom.xml for 2.59.0
ed8dd87 is described below

commit ed8dd87ebf3d28dcd033375fbb57e46e525526cf
Author: Robert Burke <lostl...@users.noreply.github.com>
AuthorDate: Thu Sep 12 10:21:01 2024 -0700

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

diff --git a/pom.xml b/pom.xml
index 924011b..d60ce10 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.58.0</version>
+      <version>2.59.0</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-runners-direct-java</artifactId>
-      <version>2.58.0</version>
+      <version>2.59.0</version>
       <scope>runtime</scope>
     </dependency>
 

Reply via email to