Skip to content

Commit 72ca178

Browse files
authored
chore(deps): update apache_beam.version to v2.22.0 (GoogleCloudPlatform#3081)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.apache.beam:beam-runners-google-cloud-dataflow-java](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.20.0` -> `2.22.0` | | [org.apache.beam:beam-runners-direct-java](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.20.0` -> `2.22.0` | | [org.apache.beam:beam-sdks-java-io-google-cloud-platform](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.20.0` -> `2.22.0` | | [org.apache.beam:beam-sdks-java-core](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.20.0` -> `2.22.0` | | [org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.20.0` -> `2.22.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent 8182e93 commit 72ca178

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bigtable/beam/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<maven.compiler.source>1.8</maven.compiler.source>
2929
<maven.compiler.target>1.8</maven.compiler.target>
30-
<apache_beam.version>2.20.0</apache_beam.version>
30+
<apache_beam.version>2.22.0</apache_beam.version>
3131
</properties>
3232

3333
<dependencies>

bigtable/beam/keyviz-art/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<maven.compiler.source>1.8</maven.compiler.source>
3030
<maven.compiler.target>1.8</maven.compiler.target>
31-
<apache_beam.version>2.20.0</apache_beam.version>
31+
<apache_beam.version>2.22.0</apache_beam.version>
3232
</properties>
3333

3434
<dependencies>

dataflow/spanner-io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<java.version>1.8</java.version>
3939
<maven.compiler.source>1.8</maven.compiler.source>
4040
<maven.compiler.target>1.8</maven.compiler.target>
41-
<apache_beam.version>2.20.0</apache_beam.version>
41+
<apache_beam.version>2.22.0</apache_beam.version>
4242
</properties>
4343

4444
<build>

0 commit comments

Comments
 (0)