This is an automated email from the ASF dual-hosted git repository.
mauzhang 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 0e4324b Bump beam.version from 2.65.0 to 2.66.0 (#8)
0e4324b is described below
commit 0e4324b570c332c7ae84eea387b47571b46aca87
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 7 11:02:04 2025 +0800
Bump beam.version from 2.65.0 to 2.66.0 (#8)
Bumps `beam.version` from 2.65.0 to 2.66.0.
Updates `org.apache.beam:beam-sdks-java-google-cloud-platform-bom` from
2.65.0 to 2.66.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.65.0...v2.66.0)
Updates `org.apache.beam:beam-sdks-java-core` from 2.65.0 to 2.66.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.65.0...v2.66.0)
Updates `org.apache.beam:beam-sdks-java-expansion-service` from 2.65.0 to
2.66.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.65.0...v2.66.0)
---
updated-dependencies:
- dependency-name: org.apache.beam:beam-sdks-java-google-cloud-platform-bom
dependency-version: 2.66.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.beam:beam-sdks-java-core
dependency-version: 2.66.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.beam:beam-sdks-java-expansion-service
dependency-version: 2.66.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 67a1101..fc37841 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.65.0</beam.version>
+ <beam.version>2.66.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>