This is an automated email from the ASF dual-hosted git repository.
damccorm 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 33bc004 Bump beam.version from 2.69.0 to 2.70.0 (#16)
33bc004 is described below
commit 33bc004dcd0748f2a02c364425499c0bb03b2eaf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 08:34:43 2025 -0500
Bump beam.version from 2.69.0 to 2.70.0 (#16)
Bumps `beam.version` from 2.69.0 to 2.70.0.
Updates `org.apache.beam:beam-sdks-java-google-cloud-platform-bom` from
2.69.0 to 2.70.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.69.0...v2.70.0)
Updates `org.apache.beam:beam-sdks-java-core` from 2.69.0 to 2.70.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.69.0...v2.70.0)
Updates `org.apache.beam:beam-sdks-java-expansion-service` from 2.69.0 to
2.70.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.69.0...v2.70.0)
---
updated-dependencies:
- dependency-name: org.apache.beam:beam-sdks-java-google-cloud-platform-bom
dependency-version: 2.70.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.beam:beam-sdks-java-core
dependency-version: 2.70.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.beam:beam-sdks-java-expansion-service
dependency-version: 2.70.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 0f8526d..400ba11 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.69.0</beam.version>
+ <beam.version>2.70.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>