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

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


The following commit(s) were added to refs/heads/main by this push:
     new e2b877b  Bump beam.version from 2.73.0 to 2.74.0 (#21)
e2b877b is described below

commit e2b877b57d3d48476ae286e213d95a5ef2e8309c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 7 22:47:38 2026 -0400

    Bump beam.version from 2.73.0 to 2.74.0 (#21)
    
    Bumps `beam.version` from 2.73.0 to 2.74.0.
    
    Updates `org.apache.beam:beam-sdks-java-google-cloud-platform-bom` from 
2.73.0 to 2.74.0
    - [Release notes](https://github.com/apache/beam/releases)
    - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
    - [Commits](https://github.com/apache/beam/compare/v2.73.0...v2.74.0)
    
    Updates `org.apache.beam:beam-sdks-java-core` from 2.73.0 to 2.74.0
    - [Release notes](https://github.com/apache/beam/releases)
    - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
    - [Commits](https://github.com/apache/beam/compare/v2.73.0...v2.74.0)
    
    Updates `org.apache.beam:beam-sdks-java-expansion-service` from 2.73.0 to 
2.74.0
    - [Release notes](https://github.com/apache/beam/releases)
    - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
    - [Commits](https://github.com/apache/beam/compare/v2.73.0...v2.74.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.beam:beam-sdks-java-google-cloud-platform-bom
      dependency-version: 2.74.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.beam:beam-sdks-java-core
      dependency-version: 2.74.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.beam:beam-sdks-java-expansion-service
      dependency-version: 2.74.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e5dcd27..f15327d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <beam.version>2.73.0</beam.version>
+        <beam.version>2.74.0</beam.version>
         <autovalue.version>1.11.0</autovalue.version>
         <autovalue.service.version>1.1.1</autovalue.service.version>
         <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>

Reply via email to